Browse Source

npm version of es6-promise has different path, include both

Herbert Vojčík 8 years ago
parent
commit
884faa4133
1 changed files with 1 additions and 1 deletions
  1. 1 1
      es6-promise.amd.json

+ 1 - 1
es6-promise.amd.json

@@ -1,5 +1,5 @@
 {
   "paths": {
-    "amber/es6-promise": "./promise"
+    "amber/es6-promise": ["./promise", "./dist/promise"]
   }
 }