Skip to content

Commit

Permalink
build: trim build files and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmylee committed Dec 21, 2020
1 parent d3a17f4 commit f464176
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "svelte-previous",
"version": "1.1.1",
"version": "1.1.2",
"description": "Svelte stores that remember previous values",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepare": "rollup -c && tsc",
"test": "jest"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"exclude": [
"node_modules",
"dist"
"dist",
"**/*.test.ts"
]
}

0 comments on commit f464176

Please sign in to comment.