-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated to latest package versions (node 10+);
added support for rcfile; added babel support for spread operator; added yarn support;
- Loading branch information
Showing
15 changed files
with
6,473 additions
and
3,481 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
"es2015" | ||
], | ||
"plugins": [ | ||
"transform-runtime" | ||
"transform-runtime", | ||
"transform-object-rest-spread" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,3 @@ os: | |
node_js: | ||
- 12 | ||
- 10 | ||
- 8 | ||
- 6 | ||
- 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "cli", | ||
"program": "${workspaceFolder}/lib/cli.js", | ||
"args": ["--debug"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
dependencies | ||
callsite-record v3 -> v4; didn't see any breaking changes identified in doc | ||
chalk v1 -> v4; fixed stripColor; node >= 10; other breaking changes didn't seem to apply | ||
depcheck v0 -> v1; didn't see any breaking changes identified in doc | ||
execa v0 -> v5; node >= 10; other breaking changes didn't seem to apply | ||
global-modules v1 -> v2; didn't see any breaking changes identified in doc | ||
globby v4 -> v11; node >= 10; other breaking changes didn't seem to apply | ||
inquirer v0 - v7; fixed inquirer.prompt call | ||
is-ci v1 -> v2; didn't see any breaking changes identified in doc | ||
lodash v4 -> v4 | ||
meow v3 -> v9; fixed options; node >= 10; other breaking changes didn't seem to apply | ||
node-emoji v1 -> v1 | ||
ora v0 -> v5; node >= 10; other breaking changes didn't seem to apply | ||
package-json v4 -> v6; node >= 8; other breaking changes didn't seem to apply | ||
path-exists v2 -> v4; node >= 8; other breaking changes didn't seem to apply | ||
pkg-dir v1 -> v5; node >= 10; other breaking changes didn't seem to apply | ||
preferred-pm v1 -> v3; no release/tags found | ||
rc-config-loader *new* | ||
semver v5 -> v7; didn't see any breaking changes identified in doc | ||
semver-diff v2 -> v3; node >= 8; other breaking changes didn't seem to apply | ||
strip-ansi *new* | ||
throat v2 -> v6; node > 10; other breaking changes didn't seem to apply | ||
update-notifier v2 -> v5; node > 10; other breaking changes didn't seem to apply | ||
xtend v4 -> v4 | ||
|
||
devDependencies | ||
babel-cli v6 -> v6 | ||
babel-plugin-transform-object-rest-spread *new* | ||
babel-plugin-transform-runtime v6 -> v6 | ||
babel-preset-es2015 v6 -> v6 | ||
xo v0 -> v0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.