Explorar el Código

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

Herbert Vojčík hace 9 años
padre
commit
884faa4133
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"]
   }
 }