yarn => npm 5

This commit is contained in:
Matt Swensen 2017-07-03 21:53:24 -06:00
parent 2109b694a0
commit 8488f3d832
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
6 changed files with 3704 additions and 3247 deletions

@ -7,4 +7,3 @@ indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

@ -2,4 +2,4 @@ language: node_js
node_js:
- "6.9"
script: yarn test
script: npm test

@ -6,7 +6,7 @@ A Sublime Text theme generator for [themer](https://github.com/mjswensen/themer)
Install this module wherever you have `themer` installed:
yarn add themer-sublime-text
npm install themer-sublime-text
Then pass `themer-sublime-text` as a `-t` (`--template`) arg to `themer`:

3699
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

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

3241
yarn.lock

File diff suppressed because it is too large Load Diff