Skip to content

Commit f6ff6ca

Browse files
committed
Add browserify transform options
1 parent 801806e commit f6ff6ca

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.1.1 / 2016-12-11
2+
==================
3+
4+
* Add browserify transform options.
5+
16
3.1.0 / 2016-12-01
27
==================
38

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "domodule",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Class based modules",
55
"main": "dist/domodule.js",
66
"keywords": [
@@ -44,5 +44,8 @@
4444
"browser": true
4545
},
4646
"extends": "firstandthird"
47+
},
48+
"browserify": {
49+
"transform": [["babelify", { "presets": ["es2015"] }]]
4750
}
4851
}

0 commit comments

Comments
 (0)