Skip to content

Commit c3b7872

Browse files
committed
package: use relative file path for "needs-ie-fallback"
For some reason, browserify works without a relative path when being invoked from within the `get-window` directory, but fails when outside of it. Now fixed.
1 parent c5646f7 commit c3b7872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"main": "index.js",
1717
"browser": {
18-
"./needs-ie-fallback.js": "needs-ie-fallback.br.js",
18+
"./needs-ie-fallback.js": "./needs-ie-fallback.br.js",
1919
"jsdom": false
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)