yarn => npm 5

This commit is contained in:
Matt Swensen 2017-07-03 20:08:01 -06:00
parent d544da2185
commit d2d0b56968
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
6 changed files with 3716 additions and 3261 deletions

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

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

@ -6,7 +6,7 @@ An [iTerm](https://www.iterm2.com/) theme generator for [themer](https://github.
Install this module wherever you have `themer` installed. Install this module wherever you have `themer` installed.
yarn add themer-iterm npm install themer-iterm
Then pass `themer-iterm` as a `-t` (`--template`) argument to `themer`: Then pass `themer-iterm` as a `-t` (`--template`) argument to `themer`:

3711
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

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

3255
yarn.lock

File diff suppressed because it is too large Load Diff