Skip to content

Commit

Permalink
fix(chore): Remove CLI and generators that belong in their own reposi…
Browse files Browse the repository at this point in the history
…tories (#1091)
  • Loading branch information
daffl authored Nov 16, 2018
1 parent 0a2ce87 commit e894ac8
Show file tree
Hide file tree
Showing 115 changed files with 3 additions and 19,349 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@ language: node_js
install: npm install
script:
- npm test
- npm run test:generators
- if [ ! -z "$SAUCE_ACCESS_KEY" ]; then npm run test:client; fi
services:
- mongodb
- cassandra
node_js:
- node
- 10
- 6
addons:
rethinkdb: 2.3
code_climate:
repo_token: 9840b8b56f6d10209b3478d41f7ba5102d02981435df129bb18554a529359c62
before_script:
Expand Down
3 changes: 0 additions & 3 deletions greenkeeper.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@
"packages/authentication-oauth1/package.json",
"packages/authentication-oauth2/package.json",
"packages/authentication/package.json",
"packages/cli/package.json",
"packages/commons/package.json",
"packages/configuration/package.json",
"packages/errors/package.json",
"packages/express/package.json",
"packages/feathers/package.json",
"packages/generator-feathers-plugin/package.json",
"packages/generator-feathers/package.json",
"packages/primus-client/package.json",
"packages/primus/package.json",
"packages/rest-client/package.json",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
"install": "lerna bootstrap",
"publish": "lerna publish",
"lint": "semistandard packages/**/*.js --fix",
"test": "npm run lint && nyc lerna run test --ignore generator-**",
"test:client": "grunt",
"test:generators": "lerna run test --scope generator-** --stream --concurrency 1"
"test": "npm run lint && nyc lerna run test",
"test:client": "grunt"
},
"semistandard": {
"env": [
Expand Down
1 change: 0 additions & 1 deletion packages/cli/.npmignore

This file was deleted.

639 changes: 0 additions & 639 deletions packages/cli/CHANGELOG.md

This file was deleted.

22 changes: 0 additions & 22 deletions packages/cli/LICENSE

This file was deleted.

61 changes: 0 additions & 61 deletions packages/cli/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/cli/bin/feathers.js

This file was deleted.

58 changes: 0 additions & 58 deletions packages/cli/lib/index.js

This file was deleted.

Loading

0 comments on commit e894ac8

Please sign in to comment.