Skip to content

Commit

Permalink
chore: upgrade deps versions (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivanov1410 committed May 29, 2016
1 parent eae5b4e commit a152755
Showing 1 changed file with 12 additions and 37 deletions.
49 changes: 12 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "landscape-node",
"version": "0.1.5",
"version": "0.1.6",
"description": "A command-line tool for executing Landscape scripts.",
"main": "./lib/landscape",
"bin": {
Expand All @@ -17,56 +17,31 @@
"bugs": {
"url": "https://github.com/CityofSurrey/landscape-deploy/issues"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert"
],
"warnOnFail": false,
"maxSubjectLength": 100,
"subjectPattern": ".+",
"subjectPatternErrorMsg": "The commit subject does not match the allowed pattern!",
"helpMessage": ""
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/CityofSurrey/landscape-deploy.git"
},
"dependencies": {
"babel-runtime": "^6.6.1",
"babel-runtime": "^6.9.1",
"bunyan": "^1.8.1",
"commander": "^2.9.0",
"node-print": "0.0.4"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-cli": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.8.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"eslint": "^2.9.0",
"eslint": "^2.11.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"ghooks": "^1.2.1",
"mocha": "^2.4.5",
"publish": "^0.6.0",
"validate-commit-msg": "^2.6.1"
"mocha": "^2.5.3",
"publish": "^0.6.0"
}
}

0 comments on commit a152755

Please sign in to comment.