@smartnet360/svelte-components 0.0.1-beta.3 → 0.0.1
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 +4 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smartnet360/svelte-components",
|
3
|
-
"version": "0.0.1
|
3
|
+
"version": "0.0.1",
|
4
4
|
"scripts": {
|
5
5
|
"dev": "vite dev",
|
6
6
|
"build": "vite build && npm run prepack",
|
@@ -11,11 +11,9 @@
|
|
11
11
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
12
12
|
"format": "prettier --write .",
|
13
13
|
"lint": "prettier --check . && eslint .",
|
14
|
-
"release:
|
15
|
-
"release:
|
16
|
-
"release:
|
17
|
-
"release:minor": "npm version minor && npm publish --tag latest --access public",
|
18
|
-
"release:major": "npm version major && npm publish --tag latest --access public"
|
14
|
+
"release:patch": "npm version patch && npm publish --access public",
|
15
|
+
"release:minor": "npm version minor && npm publish --access public",
|
16
|
+
"release:major": "npm version major && npm publish --access public"
|
19
17
|
},
|
20
18
|
"files": [
|
21
19
|
"dist"
|