Skip to content

Commit f3d2535

Browse files
authored
Merge pull request #33 from mattjennings/1.3.0
1.3.0
2 parents 1c196b1 + 86c18de commit f3d2535

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "svelte-modals",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"svelte": "./dist/index.js",
5+
"types": "./dist/index.d.ts",
56
"exports": {
67
".": {
8+
"types": "./dist/index.d.ts",
79
"svelte": "./dist/index.js"
810
}
911
},
@@ -16,8 +18,8 @@
1618
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
1719
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
1820
"format": "prettier --write --plugin-search-dir=. .",
19-
"release": "npm run package && npm publish ./package --access public",
20-
"release:next": "npm run package && npm publish ./package --access public --tag next"
21+
"release": "npm run package && npm publish --access public",
22+
"release:next": "npm run package && npm publish --access public --tag next"
2123
},
2224
"devDependencies": {
2325
"@mattjennings/heroicons-svelte": "^0.0.6",

0 commit comments

Comments
 (0)