Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

Commit

Permalink
🔥 Nuke motion-fs
Browse files Browse the repository at this point in the history
  • Loading branch information
steelbrain committed May 13, 2016
1 parent 6387465 commit b4c91ca
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 158 deletions.
9 changes: 0 additions & 9 deletions packages/fs/.flowconfig

This file was deleted.

3 changes: 0 additions & 3 deletions packages/fs/.npmignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/fs/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions packages/fs/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/fs/spec/fixtures/example.json

This file was deleted.

118 changes: 0 additions & 118 deletions packages/fs/spec/main-spec.js

This file was deleted.

6 changes: 4 additions & 2 deletions packages/motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@
"lodash.uniq": "^4.2.0",
"meow": "^3.7.0",
"minimist": "^1.2.0",
"motion-fs": "^1.1.0",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"open": "0.0.5",
"ora": "^0.2.0",
"pundle": "^v0.2.8",
"pundle-dev": "^v0.2.8",
"pundle-npm-installer": "^v0.2.8",
"resolve": "^1.1.7",
"rimraf": "^2.5.2",
"sb-event-kit": "^1.1.2",
"sb-exec": "^1.0.1",
"sb-promisify": "^1.1.1",
"sb-promisify": "^1.3.0",
"semver-compare": "^1.0.0",
"send": "^0.13.2",
"vorpal": "^1.10.8"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/motion/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import invariant from 'assert'
import Path from 'path'
import { exists, copy, mkdir, realpath, writeFile } from 'motion-fs'
import { exists, copy, mkdir, realpath, writeFile } from './fs'
import { CompositeDisposable, Disposable, Emitter } from 'sb-event-kit'
import State from './state'
import CLI from './cli'
Expand Down
2 changes: 1 addition & 1 deletion packages/motion/src/state.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* @flow */

import { exists, readJSON, writeJSON } from 'motion-fs'
import { exists, readJSON, writeJSON } from './fs'
import { getRandomNumber } from './helpers'
import type { Motion$State, Motion$StateConfig } from './types'

Expand Down
2 changes: 1 addition & 1 deletion scripts/__variables.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PACKAGE_NAMES="babel-preset fs transform nice-styles motion style"
PACKAGE_NAMES="babel-preset transform nice-styles motion style"

0 comments on commit b4c91ca

Please sign in to comment.