Skip to content

Commit

Permalink
Merge 1a1d1be into eb1e972
Browse files Browse the repository at this point in the history
  • Loading branch information
ooflorent committed Oct 30, 2014
2 parents eb1e972 + 1a1d1be commit c5631aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
compile: require("./compile"),
mixin: require("./mixin"),
};
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
"bugs": {
"url": "https://github.com/jussi-kalliokoski/react-no-jsx/issues"
},
"main": "index.js",
"files": [
"compile.js",
"index.js",
"mixin.js"
],
"scripts": {
Expand Down

0 comments on commit c5631aa

Please sign in to comment.