vue-pancake-icons 4.6.0 → 4.6.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-pancake-icons",
3
3
  "private": false,
4
- "version": "4.6.0",
4
+ "version": "4.6.2",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -16,7 +16,9 @@
16
16
  "type": "module",
17
17
  "scripts": {
18
18
  "dev": "vite",
19
- "build": "vite build",
19
+ "build-component": "node build.js",
20
+ "build-npm": "vite build",
21
+ "publish-npm": "npm publish",
20
22
  "preview": "vite preview --host"
21
23
  },
22
24
  "dependencies": {