Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
reflexdemon committed Aug 1, 2015
1 parent ade8faa commit 41161e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"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": {
"type": "git",
"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": {
Expand Down

0 comments on commit 41161e7

Please sign in to comment.