Skip to content

Commit 7e51bb4

Browse files
authored
Set the entry point to the built cjs.
1 parent 65e567b commit 7e51bb4

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",
33
"version": "1.0.0-rc.1",
44
"description": "Library for rendering Ember apps in node.js",
5-
"main": "src/index.js",
5+
"main": "dist/cjs/index.js",
66
"scripts": {
77
"test": "mocha",
88
"prebuild": "rimraf dist",

0 commit comments

Comments
 (0)