@bigbinary/neeto-icons 1.9.17 → 1.9.18
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/.nvm +1 -0
- package/package.json +2 -2
package/.nvm
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
18.12
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-icons",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.18",
|
|
4
4
|
"main": "./dist/neeto-icons.cjs.js",
|
|
5
5
|
"module": "./dist/neeto-icons.js",
|
|
6
6
|
"author": "vinay0x",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"start": "NODE_ENV=development webpack serve --open --mode development --config webpack.dev.config.js",
|
|
33
|
-
"build-preview": "NODE_ENV=production webpack --mode production --config webpack.dev.config.js",
|
|
33
|
+
"build-preview": "NODE_ENV=production webpack serve --open --mode production --config webpack.dev.config.js --port 3000",
|
|
34
34
|
"generate": "node build/index.js",
|
|
35
35
|
"rollup-compile": "NODE_ENV=production rollup -c --mode production",
|
|
36
36
|
"build": "yarn generate && yarn rollup-compile"
|