Skip to content

Commit c53fa7f

Browse files
committed
Whitelist index.js and add 'browser' field
1 parent b69de50 commit c53fa7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
"main": "index.js",
77
"files": [
88
"dist/*.js",
9+
"index.js",
910
"src"
1011
],
12+
"browser": "index.js",
1113
"homepage": "https://github.com/a8m/angular-filter",
1214
"author": "Ariel Mashraki <ariel@mashraki.co.il>",
1315
"repository": {

0 commit comments

Comments
 (0)