@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.
Files changed (1) hide show
  1. 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-beta.3",
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:beta": "npm version prerelease --preid=beta && npm publish --tag beta --access public",
15
- "release:alpha": "npm version prerelease --preid=alpha && npm publish --tag alpha --access public",
16
- "release:patch": "npm version patch && npm publish --tag latest --access public",
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"