From f07cfed19a570ea68f424683e638f680ab6414dc Mon Sep 17 00:00:00 2001 From: Sultan ahamar Date: Sat, 15 Jan 2022 13:09:57 +0530 Subject: [PATCH] Publish Icon.vue as well --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c25281e..d2bc50f8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "demo": "vue-cli-service build", "fa2json": "node -r esm build/fa2json.js", "icons": "npm run fa2json && node -r esm build/icons.js", - "prepublishOnly": "npm run build && mkdir components && cp src/components/Icon.js components/ && cp src/index.js index.js", + "prepublishOnly": "npm run build && mkdir components && cp src/components/Icon.js components/ && cp src/components/Icon.vue components/ && cp src/index.js index.js", "postpublish": "rm -rf ./components ./icons index.js" }, "main": "dist/vue-awesome.js",