Skip to content

Commit 753316a

Browse files
committed
fix(all): change es2015 back to native-modules
1 parent daa21e4 commit 753316a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"author": "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)",
1515
"main": "dist/commonjs/aurelia-pal.js",
16-
"module": "dist/es2015/aurelia-pal.js",
16+
"module": "dist/native-modules/aurelia-pal.js",
1717
"typings": "dist/aurelia-pal.d.ts",
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)