Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
evheniy committed Mar 11, 2017
1 parent 79564f5 commit d644509
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "yeps-express-wrapper",
"version": "0.0.2",
"version": "1.0.0",
"description": "YEPS express wrapper",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/npm-run-all --parallel lint:**",
"lint:js": "./node_modules/.bin/eslint index.js tests",
"test": "./node_modules/.bin/npm-run-all --parallel test:**",
"test:security": "./node_modules/.bin/nsp check",
"test:code": "node --harmony ./node_modules/mocha/bin/_mocha tests --recursive",
"test:coverage": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- tests --recursive",
"test:code": "node ./node_modules/mocha/bin/_mocha tests --recursive",
"test:coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- tests --recursive",
"report": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"clear": "./node_modules/.bin/rimraf coverage",
"precommit": "npm run lint && npm test",
Expand Down Expand Up @@ -43,6 +43,9 @@
"files": [
"index.js"
],
"engines": {
"node": ">=7.6.0"
},
"devDependencies": {
"body-parser": "^1.16.1",
"chai": "^3.5.0",
Expand All @@ -57,11 +60,11 @@
"mocha-lcov-reporter": "^1.2.0",
"npm-run-all": "^4.0.1",
"nsp": "^2.6.2",
"promise-pause-timeout": "0.0.1",
"promise-pause-timeout": "^1.0.0",
"rimraf": "^2.5.4",
"serve-favicon": "^2.4.0",
"yeps": "*",
"yeps-error": "*",
"yeps-router": "*"
"yeps": "^1.0.0",
"yeps-error": "^1.0.0",
"yeps-router": "^1.0.0"
}
}

0 comments on commit d644509

Please sign in to comment.