Skip to content

Commit

Permalink
Change main execution file
Browse files Browse the repository at this point in the history
  • Loading branch information
ggomma committed Aug 26, 2019
1 parent 738dd9f commit 272ee9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@medibloc/panacea-js",
"version": "1.2.0",
"description": "JavaScript library for MediBloc",
"main": "lib/index.js",
"main": "dist/panaceajs.js",
"scripts": {
"babel": "babel src -d lib --copy-files",
"browserify": "browserify ./lib/index.js -o ./dist/panaceajs.js -s panaceajs -t [babelify]",
Expand Down

0 comments on commit 272ee9e

Please sign in to comment.