We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c3bdf commit 0b66e3cCopy full SHA for 0b66e3c
1 file changed
package.json
@@ -17,7 +17,7 @@
17
"homepage": "https://github.com/unctionjs/fromIteratorToArray#readme",
18
"repository": "github:unctionjs/fromIteratorToArray",
19
"bugs": "https://github.com/unctionjs/fromIteratorToArray/issues",
20
- "main": "transpiled/main.js",
+ "main": "main.js",
21
"nyc": {
22
"require": [
23
"@babel/register"
@@ -66,5 +66,5 @@
66
"browser.js.map"
67
],
68
"module": "index.js",
69
- "browser": "transpiled/browser.js"
+ "browser": "browser.js"
70
}
0 commit comments