@@ -1,6 +1,6 @@
{
"name": "create-stdf",
- "version": "0.0.28",
+ "version": "0.0.29",
"description": "A CLI for creating new STDF projects",
"bin": {
"create-stdf": "index.js"
@@ -16,6 +16,6 @@
"svelte": "^4.1.1",
"tailwindcss": "^3.3.3",
"vite": "^4.4.6",
- "rollup-plugin-stdf-icon":"^0.0.2"
+ "rollup-plugin-stdf-icon": "^0.0.3"
}
-}
+}
"unocss": "^0.53.6",
- "rollup-plugin-stdf-icon": "^0.0.2"
"name": "rollup-plugin-stdf-icon",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "A Rollup plugin that combines a series of svg into one symbol for use in the STDF project",
"main": "dist/index.js",
"scripts": {
@@ -25,8 +25,6 @@
"node": ">=14.14"
},
"dependencies": {
- "cheerio": "1.0.0-rc.12",
- "crypto": "^1.0.1",
"fs-extra": "^11.1.1",
"svgo": "^3.0.2",
"svgstore": "^3.0.1"