Skip to content

Commit ea2268e

Browse files
authored
Set the main entry point to the built commonjs.
1 parent 6d2b0ae commit ea2268e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fastboot-app-server",
33
"version": "1.0.0-rc.5",
44
"description": "A production-ready app server for running Ember FastBoot apps",
5-
"main": "src/fastboot-app-server.js",
5+
"main": "dist/cjs/fastboot-app-server.js",
66
"scripts": {
77
"prepublish": "ember build",
88
"test": "ember build && NODE_ENV=test mocha"

0 commit comments

Comments
 (0)