Skip to content

Commit c0d40eb

Browse files
committed
Removed npm install. Was causing loop.
Updated version number in package.json.
1 parent 7ec4d5e commit c0d40eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "fakergem",
3-
"version": "0.0.32",
3+
"version": "0.0.34",
44
"description": "A javascript version of the Faker ruby gem",
55
"main": "./lib/faker.js",
66
"scripts": {
77
"version:patch": "npm version patch",
8-
"prepublish": "npm install && ./node_modules/.bin/gulp build",
8+
"prepublish": "./node_modules/.bin/gulp build",
99
"test": "./node_modules/.bin/gulp test coveralls",
1010
"watch": "./node_modules/.bin/gulp watch"
1111
},

0 commit comments

Comments
 (0)