Skip to content

Commit

Permalink
Removed npm install. Was causing loop.
Browse files Browse the repository at this point in the history
Updated version number in package.json.
  • Loading branch information
mrstebo committed Oct 16, 2017
1 parent 7ec4d5e commit c0d40eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "fakergem",
"version": "0.0.32",
"version": "0.0.34",
"description": "A javascript version of the Faker ruby gem",
"main": "./lib/faker.js",
"scripts": {
"version:patch": "npm version patch",
"prepublish": "npm install && ./node_modules/.bin/gulp build",
"prepublish": "./node_modules/.bin/gulp build",
"test": "./node_modules/.bin/gulp test coveralls",
"watch": "./node_modules/.bin/gulp watch"
},
Expand Down

0 comments on commit c0d40eb

Please sign in to comment.