Skip to content

Commit

Permalink
feat(package): added check-build
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Nov 22, 2015
1 parent 094d94b commit ae3529e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"scripts": {
"start": "node ./bin/redsmin",
"test": "multi='spec=- xunit=test/file.xml doc=test/docs.html' mocha -t 5000 -R mocha-multi lib/**.test.js",
"check-build": "check-build"
},
"bin": {
"redsmin": "./bin/redsmin"
Expand All @@ -40,6 +41,7 @@
},
"devDependencies": {
"chai": "^2.2.0",
"check-build": "^2.6.0",
"growl": "~1.5.1",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
Expand Down

0 comments on commit ae3529e

Please sign in to comment.