shinkansen-sprockets 1.1.423 → 1.1.424

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 +1 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shinkansen-sprockets",
3
- "version": "1.1.423",
3
+ "version": "1.1.424",
4
4
  "description": "Shinkansen Sprockets",
5
5
  "keywords": [
6
6
  "Shinkansen",
@@ -30,11 +30,9 @@
30
30
  "build": "cross-env DEBUG=shinkansen-sprockets webpack",
31
31
  "build-storybook": "storybook build",
32
32
  "build:watch": "cross-env DEBUG=shinkansen-sprockets webpack --watch",
33
- "gulp": "gulp --color",
34
33
  "lint": "eslint . .storybook --ext .mjs,.cjs,.jsx,.mts,.cts",
35
34
  "lint:fix": "npm run lint -- --fix",
36
35
  "nvm": "bash nvm.sh",
37
- "pregulp": "npm run nvm",
38
36
  "prelint": "npm run nvm",
39
37
  "prepare": "husky",
40
38
  "prepublishOnly": "cross-env NODE_ENV=production npm run build",