@unabridged/midwest 0.0.3 → 0.0.5
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unabridged/midwest",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "ViewComponents for Midwest Design System",
|
|
5
5
|
"main": "dist/javascript/midwest.js",
|
|
6
6
|
"module": "app/assets/javascript/midwest/index.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"icons:build": "yarn icons:build.cp && yarn icons:build.lib",
|
|
30
30
|
"icons:build.cp": "cp -R ./node_modules/ionicons/dist/svg/ ./app/assets/icons",
|
|
31
31
|
"icons:build.lib": "node ./scripts/readAvailableIcons.js",
|
|
32
|
-
"
|
|
32
|
+
"prepare": "yarn icons:build",
|
|
33
33
|
"release": "yarn build && git --no-pager diff && echo && npm pack --dry-run && echo && read -n 1 -p \"Look OK? Press any key to publish and commit v$VERSION\" && echo"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|