Navigation Menu

Skip to content

Commit

Permalink
Use wildcards to describe files in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
molefrog committed Jul 11, 2019
1 parent 387f40c commit b6cbd0b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Expand Up @@ -11,15 +11,8 @@
"hooks"
],
"files": [
"index.js",
"index.d.ts",
"matcher.js",
"matcher.d.ts",
"react-deps.js",
"use-location.js",
"use-location.d.ts",
"static-location.js",
"static-location.d.ts",
"*.js",
"*.d.ts",
"preact/"
],
"scripts": {
Expand Down

0 comments on commit b6cbd0b

Please sign in to comment.