diff --git a/package.json b/package.json index 3d4227f..960ecc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slush-angular-gulp", - "version": "0.3.4", + "version": "0.3.6", "description": "Gulp, Angular, Less with Web server, this generator is build with inspiration from the below projects. slush-angular, angular-styleguide and generator-angular", "main": "slushfile.js", "repository": { @@ -8,10 +8,10 @@ "url": "https://github.com/reflexdemon/slush-angular-gulp" }, "scripts": { - "test": "NODE_ENV=test mocha -R spec test/*.spec.js", - "posttest": "NODE_ENV=test mocha -R travis-cov test/*.spec.js", - "modular": "NODE_ENV=test mocha -R spec test/top.js", - "travis": "NODE_ENV=test mocha -R travis-cov test/top.js", + "test": "NODE_ENV=test mocha -R spec test/top.js", + "posttest": "NODE_ENV=test mocha -R travis-cov test/top.js", + "old": "NODE_ENV=test mocha -R spec test/*.spec.js", + "old-travis": "NODE_ENV=test mocha -R travis-cov test/*.spec.js", "coveralls": "NODE_ENV=test ./node_modules/.bin/mocha test/*.spec.js -R mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js" }, "config": {