Skip to content

Commit

Permalink
fix: anycli rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 31, 2018
1 parent 9c7aa1c commit 50823f4
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 811 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"bin": "bin/run",
"bugs": "https://github.com/anycli/anycli/issues",
"dependencies": {
"@anycli/command": "^0.2.8",
"@anycli/config": "^0.1.40",
"@anycli/engine": "^0.1.23",
"@anycli/version": "^0.1.13",
"@anycli/command": "^0.2.9",
"@anycli/config": "^0.1.41",
"@anycli/engine": "^0.1.26",
"@anycli/version": "^0.1.14",
"cli-ux": "^3.3.8",
"debug": "^3.1.0",
"fixpack": "^2.3.1",
Expand All @@ -20,16 +20,17 @@
"yosay": "^2.0.1"
},
"devDependencies": {
"@anycli/tslint": "^0.1.3",
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"@anycli/dev": "^2.0.16",
"@anycli/nyc-config": "^0.0.4",
"@anycli/tslint": "^0.1.3",
"@types/lodash": "^4.14.98",
"@types/read-pkg": "^3.0.0",
"@types/shelljs": "^0.7.7",
"@types/yeoman-generator": "^2.0.1",
"@types/yosay": "^0.0.29",
"chai": "^4.1.2",
"eslint": "^4.16.0",
"eslint-config-anycli": "^1.2.2",
"execa": "^0.9.0",
"fancy-test": "^0.6.5",
"fs-extra": "^5.0.0",
Expand Down
1 change: 0 additions & 1 deletion src/generators/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ class App extends Generator {
if (this.mocha) {
devDependencies.push(
'mocha',
'mocha-junit-reporter',
'chai',
)
if (this.type !== 'base') devDependencies.push(
Expand Down
2 changes: 1 addition & 1 deletion templates/scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ "$CLI_ENGINE_GREENKEEPER_BRANCH" == 1 ]]; then
greenkeeper-lockfile-upload
fi

yarn add -D nyc @anycli/nyc-config
yarn add -D nyc @anycli/nyc-config mocha-junit-reporter
yarn test

curl -s https://codecov.io/bash | bash

0 comments on commit 50823f4

Please sign in to comment.