vue-pancake-icons 4.6.2 → 4.6.8

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.2",
4
+ "version": "4.6.8",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -16,9 +16,9 @@
16
16
  "type": "module",
17
17
  "scripts": {
18
18
  "dev": "vite",
19
- "build-component": "node build.js",
20
- "build-npm": "vite build",
21
- "publish-npm": "npm publish",
19
+ "compile": "node build.js",
20
+ "build": "vite build",
21
+ "publish": "npm publish",
22
22
  "preview": "vite preview --host"
23
23
  },
24
24
  "dependencies": {