Skip to content

Commit

Permalink
sorted properties in package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Aug 20, 2016
1 parent 7fab475 commit 3efddbc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"update-notifier": "0.5.0"
},
"devDependencies": {
"condition-node-version": "^1.3.0",
"condition-node-version": "1.3.0",
"coveralls": "2.11.4",
"git-issues": "1.2.0",
"grunt": "0.4.5",
Expand All @@ -69,7 +69,7 @@
"pre-git": "1.4.0",
"publish": "0.6.0",
"semantic-release": "4.3.5",
"stop-build": "^1.0.1",
"stop-build": "1.0.1",
"time-grunt": "1.4.0"
},
"engines": {
Expand All @@ -95,6 +95,12 @@
"next-update-stats": "http://next-update.herokuapp.com",
"preferGlobal": true,
"readmeFilename": "README.md",
"release": {
"verifyConditions": {
"path": "condition-node-version",
"node": "4"
}
},
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/next-update.git"
Expand All @@ -111,17 +117,11 @@
"limited": "gt --filter 'allow major' --output src/test/*.coffee",
"mocha": "mocha test/*-spec.js",
"posttest": "npm run mocha && npm run e2e",
"pretest": "npm run build",
"self-update": "node bin/next-update.js -k true",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"pretest": "npm run build",
"test": "npm run unit",
"unit": "gt src/test/*.js src/test/*.coffee --output"
},
"release": {
"verifyConditions": {
"path": "condition-node-version",
"node": "4"
}
}
}

0 comments on commit 3efddbc

Please sign in to comment.