Skip to content

Commit 7adbf36

Browse files
authored
Merge pull request #8 from emberjs/more-exports
allow direct access to browser and node implementations
2 parents 3bfff58 + 8cc99b1 commit 7adbf36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
".": {
2525
"browser": "./src/plugin.js",
2626
"default": "./src/node-main.js"
27-
}
27+
},
28+
"./browser": "./src/plugin.js",
29+
"./node": "./src/node-main.js"
2830
},
2931
"files": [
3032
"src/**/*.js",

0 commit comments

Comments
 (0)