From 41161e776bae1ef09f4f04c613297ecb6a3af46a Mon Sep 17 00:00:00 2001 From: reflexdemon Date: Sat, 1 Aug 2015 17:43:33 -0400 Subject: [PATCH] Bump the version --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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": {