We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec4d5e commit c0d40ebCopy full SHA for c0d40eb
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "fakergem",
3
- "version": "0.0.32",
+ "version": "0.0.34",
4
"description": "A javascript version of the Faker ruby gem",
5
"main": "./lib/faker.js",
6
"scripts": {
7
"version:patch": "npm version patch",
8
- "prepublish": "npm install && ./node_modules/.bin/gulp build",
+ "prepublish": "./node_modules/.bin/gulp build",
9
"test": "./node_modules/.bin/gulp test coveralls",
10
"watch": "./node_modules/.bin/gulp watch"
11
},
0 commit comments