Skip to content

Commit

Permalink
fix(package.json): fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkzt committed May 28, 2019
1 parent ab1c19c commit 70570be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"main": "lib/index.min.js",
"types": "lib/index.d.ts",
"files": [
"lib/*.{js,ts}",
"src/*.{js,ts}"
"lib/**/*.{js,ts}",
"src/**/*.{js,ts}"
],
"directories": {
"lib": "lib",
Expand Down

0 comments on commit 70570be

Please sign in to comment.