Skip to content

Commit 41060c7

Browse files
authored
Merge pull request #16 from kitsunde/patch-2
Set the entry point to the built cjs
2 parents 3025dc5 + d2dad3f commit 41060c7

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-express-middleware",
33
"version": "1.0.0-rc.4",
44
"description": "An Express middleware for rendering Ember apps with FastBoot",
5-
"main": "src/index.js",
5+
"main": "dist/cjs/index.js",
66
"scripts": {
77
"build": "ember build",
88
"prepublish": "npm run build",

0 commit comments

Comments
 (0)