yarn => npm@5

This commit is contained in:
Matt Swensen 2017-06-27 20:47:53 -06:00
parent 2d73412eca
commit 14552eeec8
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
4 changed files with 3714 additions and 3303 deletions

@ -6,7 +6,7 @@ A [Hyper.app](https://hyper.is/) plugin generator for [themer](https://github.co
Install this module wherever you have `themer` installed:
yarn add themer-hyper
npm install themer-hyper
Then pass `themer-hyper` as a `-t` (`--template`) arg to `themer`:

3710
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

@ -14,9 +14,9 @@
},
"scripts": {
"build": "eslint src && babel --out-dir lib src",
"start": "watch 'yarn run test' src",
"test": "yarn run build && jest",
"prepublish": "yarn run build"
"start": "watch 'npm run test' src",
"test": "npm run build && jest",
"prepare": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.18.0",

3299
yarn.lock

File diff suppressed because it is too large Load Diff