@aydee-app/icons 1.0.6 → 1.0.7
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aydee-app/icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Universal icon package for React and Svelte",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
"build:react-native": "tsc --project tsconfig.react-native.json",
|
|
36
36
|
"preview": "bun run generate && bun --hot preview/index.html",
|
|
37
37
|
"prepublishOnly": "bun run build",
|
|
38
|
-
"
|
|
38
|
+
"cmt": "git add . && git commit -m 'chore: publish new version'",
|
|
39
|
+
"deploy": "bun publish --access=public && bun cmt && bun pm version patch"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"@sveltejs/package": "^2.5.4",
|