generator-folklore 3.0.25 → 3.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -41,7 +41,7 @@
41
41
  "babel": "npm run babel:es && npm run babel:cjs",
42
42
  "intl": "node ../../build/build-package-translations",
43
43
  "build": "npm run webpack && npm run babel && npm run intl",
44
- "prepare": "npm run clean && npm run build",
44
+ "prepublishOnly": "npm run clean && npm run build",
45
45
  "start": "npm run storybook"
46
46
  },
47
47
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-folklore",
3
- "version": "3.0.25",
3
+ "version": "3.0.26",
4
4
  "description": "Yeoman generator for projects at Folklore",
5
5
  "keywords": [
6
6
  "yeoman-generator"
@@ -13,7 +13,7 @@
13
13
  "compile": "../../node_modules/.bin/babel -d lib/ src/",
14
14
  "build": "npm run compile && npm run copy:dirs",
15
15
  "test": "echo \"Error: no test specified\" && exit 1",
16
- "prepare": "npm run clean && npm run build"
16
+ "prepublishOnly": "npm run clean && npm run build"
17
17
  },
18
18
  "files": [
19
19
  "lib"
@@ -40,5 +40,5 @@
40
40
  "yeoman-generator": "5.9.0",
41
41
  "yeoman-remote": "^1.0.1"
42
42
  },
43
- "gitHead": "6879f02e1991265ab2248de470fbf8e1240483a9"
43
+ "gitHead": "a04cfaacb364f3b35307d65d8778b078dace4491"
44
44
  }