@bigbinary/neeto-icons 1.17.14 → 1.18.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-icons",
3
- "version": "1.17.14",
3
+ "version": "1.18.0",
4
4
  "main": "./dist/neeto-icons.cjs.js",
5
5
  "module": "./dist/neeto-icons.js",
6
6
  "author": "vinay0x",
@@ -31,7 +31,7 @@
31
31
  "scripts": {
32
32
  "prebuild": "rimraf generate && rimraf dist",
33
33
  "start": "yarn build && NODE_ENV=development webpack serve --open --mode development --config webpack.dev.config.cjs",
34
- "build-preview": "yarn build && NODE_ENV=production webpack serve --open --mode production --config webpack.dev.config.cjs --port 3000",
34
+ "build-preview": "NODE_ENV=production webpack serve --open --mode production --config webpack.dev.config.cjs --port 3000",
35
35
  "build": "NODE_ENV=production rollup -c"
36
36
  },
37
37
  "files": [