Skip to content

Commit

Permalink
REF: rename the bundle output
Browse files Browse the repository at this point in the history
  • Loading branch information
royriojas committed Aug 9, 2018
1 parent eadea14 commit 49d010d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "mobx-form",
"version": "3.0.0",
"description": "A simple form helper for mobx",
"main": "dist/FormModel.cjs.js",
"browser": "dist/FormModel.umd.js",
"module": "dist/FormModel.esm.js",
"main": "dist/mobx-form.cjs.js",
"browser": "dist/mobx-form.umd.js",
"module": "dist/mobx-form.esm.js",
"files": [
"dist"
"dist/"
],
"scripts": {
"check": "echo \"TODO: add tests\" && exit 0",
Expand Down

0 comments on commit 49d010d

Please sign in to comment.