@shipengine/giger-theme 1.4.0 → 1.5.1
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.
- package/package.json +7 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipengine/giger-theme",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"description": "ShipEngine Giger Theme definition and utils",
|
|
5
5
|
"author": "ShipEngine",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,23 +20,19 @@
|
|
|
20
20
|
"*": "pretty-quick --staged",
|
|
21
21
|
"**/*.ts?(x)": "yarn run lint"
|
|
22
22
|
},
|
|
23
|
-
"browserslist": [
|
|
24
|
-
"extends @packlink/browserslist-config"
|
|
25
|
-
],
|
|
26
23
|
"scripts": {
|
|
27
|
-
"start": "
|
|
28
|
-
"build": "
|
|
29
|
-
"lint": "yarn type-check &&
|
|
30
|
-
"lint:ci": "yarn type-check &&
|
|
24
|
+
"start": "yarn build -w",
|
|
25
|
+
"build": "NODE_ENV=production rollup -c '../../../rollup.config.mjs'",
|
|
26
|
+
"lint": "yarn type-check && eslint",
|
|
27
|
+
"lint:ci": "yarn type-check && eslint",
|
|
31
28
|
"type-check": "tsc --noEmit",
|
|
32
29
|
"test": "node --expose-gc ../../../node_modules/.bin/packlink-scripts test --maxWorkers=40% --logHeapUsage",
|
|
33
|
-
"test:ci": "node --expose-gc ../../../node_modules/.bin/packlink-scripts test --ci --runInBand --coverage --logHeapUsage"
|
|
34
|
-
"postpublish": "packlink-scripts metrics"
|
|
30
|
+
"test:ci": "node --expose-gc ../../../node_modules/.bin/packlink-scripts test --ci --runInBand --coverage --logHeapUsage"
|
|
35
31
|
},
|
|
36
32
|
"dependencies": {
|
|
37
33
|
"@babel/runtime": "^7.21.0",
|
|
38
34
|
"@types/lodash": "^4.14.195",
|
|
39
35
|
"lodash": "^4.17.21"
|
|
40
36
|
},
|
|
41
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "e3f4479664736ffc3bde76c10876bd2b0105c278"
|
|
42
38
|
}
|