Skip to content

Commit

Permalink
Merge pull request #101 from 3cp/esm-dist
Browse files Browse the repository at this point in the history
fix(all): change package.json module from es2015 back to native-modules
  • Loading branch information
EisenbergEffect committed Aug 16, 2019
2 parents 2652132 + 5e87b07 commit 696abfa
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 @@ -16,7 +16,7 @@
"license": "MIT",
"author": "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)",
"main": "dist/commonjs/aurelia-templating-router.js",
"module": "dist/es2015/aurelia-templating-router.js",
"module": "dist/native-modules/aurelia-templating-router.js",
"scripts": {
"start": "npm run dev -- --format es2015",
"dev": "node build/scripts/dev",
Expand Down

0 comments on commit 696abfa

Please sign in to comment.