shinkansen-sprockets 1.0.56 → 1.0.58

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shinkansen-sprockets",
3
- "version": "1.0.56",
3
+ "version": "1.0.58",
4
4
  "description": "Shinkansen Sprockets",
5
5
  "keywords": [
6
6
  "Shinkansen",
@@ -34,8 +34,9 @@
34
34
  "lint:fix": "npm run lint -- --fix",
35
35
  "pretest": "npm run nvm",
36
36
  "test": "cross-env NODE_ENV=test jest --collect-coverage false --verbose --run-in-band",
37
+ "nvm": "bash nvm.sh",
37
38
  "storybook": "npm run build && npm run transform && start-storybook -p 6007",
38
- "nvm": "bash nvm.sh"
39
+ "prepare": "husky install"
39
40
  },
40
41
  "dependencies": {
41
42
  "classnames": "^2.3.2",