We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a17f4 commit f464176Copy full SHA for f464176
package.json
@@ -1,10 +1,13 @@
1
{
2
"name": "svelte-previous",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "Svelte stores that remember previous values",
5
"main": "dist/index.js",
6
"module": "dist/index.es.js",
7
"types": "dist/index.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
"scripts": {
12
"prepare": "rollup -c && tsc",
13
"test": "jest"
tsconfig.json
@@ -11,7 +11,8 @@
},
"exclude": [
"node_modules",
14
- "dist"
+ "dist",
15
+ "**/*.test.ts"
16
]
17
}
18
0 commit comments