change browser entrypoint to src/browser.js

This commit is contained in:
Michael Bradley, Jr 2018-07-06 12:54:40 -05:00
parent fe8e44385e
commit 1240e2faec
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "",
"main": "./dist/index.js",
"browser": "./dist/browser.js",
"browser": "./src/browser.js",
"files": [
"dist",
"embark.min.js"