Skip to content

Commit

Permalink
fix: try cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
rodoabad committed Jun 23, 2018
1 parent 96836a5 commit 8ac5e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "man-in-the-mirror",
"version": "0.0.0-development",
"description": "This is a test package.",
"main": "./es/ManInTheMirror.js",
"main": "./cjs/ManInTheMirror.js",
"files": [
"cjs",
"es",
"src"
],
"scripts": {
"build": "npm run build-es",
"build": "npm run build-cjs",
"build-cjs": "cross-env BABEL_ENV=cjs parcel build ./src/ManInTheMirror.js --out-dir ./cjs",
"build-es": "cross-env BABEL_ENV=es parcel build ./src/ManInTheMirror.js --out-dir ./es",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit 8ac5e31

Please sign in to comment.