Skip to content

Commit

Permalink
Fix browser field
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 17, 2020
1 parent 9969301 commit 7cfc88b
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 @@ -33,8 +33,8 @@
"Anton Rybochkin <anton.rybochkin@axibase.com>"
],
"browser": {
"lib/check/check-files.js": "lib/check/check-files.browser.js",
"lib/find/find-repo.js": "lib/find/find-repo.browser.js"
"./lib/check/check-files.js": "./lib/check/check-files.browser.js",
"./lib/find/find-repo.js": "./lib/find/find-repo.browser.js"
},
"files": [
"lib/",
Expand Down

0 comments on commit 7cfc88b

Please sign in to comment.