Skip to content

Commit

Permalink
Merge pull request #61 from ronjouch/browserifyTransformVarify
Browse files Browse the repository at this point in the history
Add 'varify' browserify transform to support IE9,10
  • Loading branch information
zaach committed Feb 5, 2015
2 parents 9f92522 + a2c7dca commit 43f7676
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"depd": "1.0.0",
"moment": "2.8.4",
"optimist": "0.6.1",
"validator": "3.26.0"
"validator": "3.26.0",
"varify": "0.1.1"
},
"devDependencies": {
"istanbul": "0.3.5",
Expand Down Expand Up @@ -50,5 +51,10 @@
"licenses": {
"type": "Apache",
"url": "https://raw.github.com/mozilla/node-convict/master/LICENSE"
},
"browserify": {
"transform": [
"varify"
]
}
}

0 comments on commit 43f7676

Please sign in to comment.