add browser.js to npm published files (#343)

This commit is contained in:
Johnny Hauser 2017-09-20 03:18:49 -05:00 committed by Timothy Gu
parent e7c1ef88ed
commit e2603d31c7
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"module": "lib/index.es.js",
"files": [
"lib/index.js",
"lib/index.es.js"
"lib/index.es.js",
"browser.js"
],
"engines": {
"node": "4.x || >=6.0.0"