Commit 759efb4e authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #213 from serapath-contribution/master

UPDATE browserify transforms to apply 'yo-yoify'
parents 7bd9b3fa 2297f743
......@@ -90,6 +90,9 @@
"parser": "babel-eslint"
},
"browserify": {
"transform": ["babelify"]
"transform": [
["babelify"],
["yo-yoify"]
]
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment