chore(): add browserify as a dev dependency

This commit is contained in:
Tim Lancina 2016-02-05 14:10:26 -06:00
parent 536a8e5898
commit eb7251f17e

View File

@ -39,5 +39,8 @@
"url": "https://github.com/driftyco/ionic-native/issues"
},
"homepage": "https://github.com/driftyco/ionic-native",
"typings": "./dist/index.d.ts"
"typings": "./dist/index.d.ts",
"devDependencies": {
"browserify": "^13.0.0"
}
}