From 3a13e2f2ad6a3f18262b31c45c48646a0a264eb3 Mon Sep 17 00:00:00 2001 From: Fred Kleuver Date: Sun, 3 Feb 2019 07:25:29 +0100 Subject: [PATCH] fix(all): change es2015 back to native-modules --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97737e2..382a22a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "MIT", "author": "Rob Eisenberg (http://robeisenberg.com/)", "main": "dist/commonjs/aurelia-path.js", - "module": "dist/es2015/aurelia-path.js", + "module": "dist/native-modules/aurelia-path.js", "typings": "dist/aurelia-path.d.ts", "repository": { "type": "git",