Skip to content

Commit 1658ce6

Browse files
chore(release): version package (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cd8b449 commit 1658ce6

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

.changeset/pretty-pots-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @svecosystem/strip-types
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- d53fb9e: chore: initial release

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svecosystem/strip-types",
33
"description": "A type stripper for Svelte.",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"license": "MIT",
66
"author": {
77
"name": "Aidan Bleser",
@@ -14,7 +14,13 @@
1414
"bugs": {
1515
"url": "https://github.com/svecosystem/strip-types/issues"
1616
},
17-
"keywords": ["svelte", "strip", "types", "typescript", "javascript"],
17+
"keywords": [
18+
"svelte",
19+
"strip",
20+
"types",
21+
"typescript",
22+
"javascript"
23+
],
1824
"packageManager": "[email protected]",
1925
"type": "module",
2026
"scripts": {
@@ -26,7 +32,9 @@
2632
"changeset": "changeset",
2733
"ci:release": "unbuild && changeset publish"
2834
},
29-
"files": ["dist"],
35+
"files": [
36+
"dist"
37+
],
3038
"exports": {
3139
".": {
3240
"import": "./dist/index.mjs",

0 commit comments

Comments
 (0)