Sfoglia il codice sorgente

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

Herbert Vojčík 9 anni fa
parent
commit
884faa4133
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"]
   }
 }