@pareto-engineering/design-system 3.0.0-alpha.22 → 3.0.0-alpha.28

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pareto-engineering/design-system",
3
- "version": "3.0.0-alpha.22",
3
+ "version": "3.0.0-alpha.28",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",
@@ -18,7 +18,7 @@
18
18
  "chromatic": "chromatic --project-token=b63af653a850",
19
19
  "prepare": "npm run compile",
20
20
  "prepare:watch": "nodemon --watch src --ignore 'src/stories' --exec 'npm run build:es' && echo done",
21
- "postinstall": "node ../../scripts/postinstall.js",
21
+ "postinstall:old": "node ../../scripts/postinstall.js",
22
22
  "upgrade": "../../scripts/upgrade.sh",
23
23
  "test": "npm run test:stylelint && npm run test:eslint && npm run test:jest",
24
24
  "testconfig:stylelint": "stylelint src/local.scss",
@@ -104,6 +104,5 @@
104
104
  "swiper": "^6.7.5",
105
105
  "typed.js": "^2.0.12"
106
106
  },
107
- "browserslist": "> 2%, not ie > 0, not opera > 0, not op_mini > 0",
108
- "gitHead": "659b2b0e8d22162437e6b651d99225bbb4c03f06"
107
+ "browserslist": "> 2%, not ie > 0, not opera > 0, not op_mini > 0"
109
108
  }