Skip to content

Commit

Permalink
Merge pull request #194 from mixonic/commonjs
Browse files Browse the repository at this point in the history
Enable CommonJS builds
  • Loading branch information
mixonic committed Oct 27, 2015
2 parents 5e52af8 + ad2e698 commit 040f74e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Brocfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ testTree = jquery.build(testTree, '/tests/jquery');
module.exports = mergeTrees([
builder.build('amd', buildOptions),
builder.build('global', buildOptions),
// FIXME Later we may want to bring back the commonjs build
// builder.build('commonjs', buildOptions),
builder.build('commonjs', buildOptions),
styles(),
testTree
]);
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"mobiledoc-dom-renderer": "^0.1.12",
"mobiledoc-html-renderer": "^0.1.7",
"testem": "^0.8.4"
}
},
"main": "dist/commonjs/content-kit-editor/index.js"
}

0 comments on commit 040f74e

Please sign in to comment.