Skip to content

Commit

Permalink
feat: update dependencies and release uti
Browse files Browse the repository at this point in the history
  • Loading branch information
e-cloud committed Sep 20, 2016
1 parent 4f3daca commit 60337ed
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,34 @@
"scripts": {
"lint": "eslint *.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags && npm publish . --registry=https://registry.npmjs.org/"
"prerelease": "npm run lint",
"release": "standard-version",
"push": "git push --follow-tags && npm publish . --registry=https://registry.npmjs.org/"
},
"author": "e-cloud",
"license": "ISC",
"repository": {
"type": "git",
"url": "git@github.com:draykcirb/brickyard-command-run.git"
},
"devDependencies": {
"conventional-changelog": "^1.1.0",
"eslint": "^3.0.0",
"eslint-config-airbnb-base": "^4.0.0",
"eslint-plugin-import": "^1.5.0",
"ghooks": "^1.2.1",
"validate-commit-msg": "^2.6.1"
},
"dependencies": {
"express": "^4.0.0",
"express": "^4.14.0",
"http-proxy-middleware": "^0.17.0",
"lodash": "^4.6.1",
"lodash": "^4.16.0",
"log4js": "^0.6.33",
"morgan": "^1.7.0",
"opn": "^4.0.0"
},
"devDependencies": {
"eslint": "^3.5.0",
"eslint-config-airbnb-base": "^7.0.0",
"eslint-plugin-import": "^1.15.0",
"ghooks": "^1.3.1",
"standard-version": "^2.4.0",
"validate-commit-msg": "^2.6.1"
},
"peerDependencies": {
"brickyard3": "^1.0.0"
"brickyard3": "^2.0.0"
},
"config": {
"validate-commit-msg": {
Expand All @@ -55,9 +57,9 @@
},
"ghooks": {
"//": {
"pre-commit": "check code style",
"post-checkout": "npm install"
},
"pre-commit": "npm run lint",
"commit-msg": "validate-commit-msg",
"post-rewrite": "npm install",
"post-merge": "npm install"
Expand Down

0 comments on commit 60337ed

Please sign in to comment.