Skip to content

Commit

Permalink
CHORE: add bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsylvain committed Apr 2, 2019
1 parent 2177aa1 commit dfbc011
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 628 deletions.
13 changes: 0 additions & 13 deletions .eslintrc.js

This file was deleted.

File renamed without changes.
17 changes: 10 additions & 7 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"url": "git+https://github.com/johnsylvain/cbb.git"
},
"bin": {
"cbb": "index.js"
"cbb": "bin/cli.js"
},
"dependencies": {
"cli-color": "^1.4.0",
Expand All @@ -19,18 +19,21 @@
"node-fetch": "^2.3.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.15.3",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.16.4"
"husky": "^1.3.1",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0"
},
"bugs": {
"url": "https://github.com/johnsylvain/cbb/issues"
},
"homepage": "https://github.com/johnsylvain/cbb#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"format": "pretty-quick --pattern bin/*"
},
"husky": {
"hooks": {
"pre-commit": "npm run format -- --staged"
}
},
"keywords": [
"cli",
Expand Down

0 comments on commit dfbc011

Please sign in to comment.