Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
131 committed Nov 6, 2017
1 parent 5cdcf77 commit 2b38d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zabbix.js",
"version": "1.0.1",
"version": "1.0.2",
"description": "Zabbix sender (via zabbix trapper protocol)",
"main": "index.js",
"repository": {
Expand All @@ -27,7 +27,7 @@
"eslint": "eslint --config=node_modules/ivs-jssc/ivs-node.eslintrc.js index.js",
"checkall": "npm run jscs && npm run eslint",
"mocha": "node node_modules/mocha/bin/_mocha",
"cover" : "node node_modules/istanbul/lib/cli.js cover --report text-summary --report html --report lcov node_modules/mocha/bin/_mocha --",
"cover": "node node_modules/istanbul/lib/cli.js cover --report text-summary --report html --report lcov node_modules/mocha/bin/_mocha --",
"test": "npm run checkall && npm run cover",
"coveralls": "npm install coveralls && node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info"
},
Expand Down

0 comments on commit 2b38d05

Please sign in to comment.