Skip to content

Commit

Permalink
version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pghalliday committed Feb 28, 2017
1 parent e85c5fc commit bdb6fad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "alarmist",
"version": "1.0.4",
"version": "1.0.5",
"description": "Monitor parallel jobs",
"main": "lib/index.js",
"bin": {
Expand All @@ -25,7 +25,8 @@
"watch:build": "chokidar 'src/**/*' -c 'npm run -s alarmist:build'",
"watch:alarmist": "run-p watch:build watch:lint watch:test",
"watch": "chokidar '+(src|test)/**/*' -c 'npm run -s build'",
"start": "node ./bin/monitor.js npm run -s watch:alarmist"
"start": "node ./bin/monitor.js npm run -s watch:alarmist",
"prepublish": "run-s build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bdb6fad

Please sign in to comment.