Skip to content

Commit

Permalink
specify source transforms in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
laserpants committed Aug 23, 2015
1 parent ecbda5a commit ac67ff8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-shopping-cart-starter-kit",
"version": "0.0.1",
"version": "0.0.2",
"description": "Reusable shopping cart component for React with no extra fluff.",
"main": "modules/CartStarterKit.jsx.js",
"directories": {
Expand All @@ -25,6 +25,11 @@
"bugs": {
"url": "https://github.com/principle-systems/react-shopping-cart-starter-kit/issues"
},
"browserify": {
"transform": [
"babelify"
]
},
"devDependencies": {
"babelify": "^6.2.0",
"browserify": "^11.0.1",
Expand Down

0 comments on commit ac67ff8

Please sign in to comment.