Skip to content

Commit

Permalink
fix: files config change wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkzt committed May 26, 2019
1 parent 344be85 commit 8709c3f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,8 @@
"main": "lib/index.min.js",
"types": "lib/index.d.ts",
"files": [
"lib/index.js",
"lib/index.d.ts",
"lib/index.min.js",
"lib/SvgDrawing.js",
"lib/SvgDrawing.d.ts",
"lib/SvgAnimation.js",
"lib/SvgAnimation.d.ts",
"src/index.ts",
"src/SvgDrawing.ts",
"src/SvgAnimation.ts"
"lib/*.{js,ts}",
"src/*.{js,ts}"
],
"directories": {
"lib": "lib",
Expand Down

0 comments on commit 8709c3f

Please sign in to comment.