Skip to content

Commit 65f8190

Browse files
authored
Merge pull request #40 from kitsunde/patch-2
Set the main entry point to the built commonjs.
2 parents 6d2b0ae + ea2268e commit 65f8190

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)