chore(): fix redundant devDeps entry

This commit is contained in:
Tim Lancina 2016-02-05 19:21:27 -06:00
parent 0afd7cd3fc
commit d86fa1b2f6

View File

@ -10,6 +10,7 @@
"rxjs": "5.0.0-beta.0"
},
"devDependencies": {
"browserify": "^13.0.0",
"canonical-path": "0.0.2",
"cpr": "^1.0.0",
"dgeni": "^0.4.2",
@ -39,8 +40,5 @@
"url": "https://github.com/driftyco/ionic-native/issues"
},
"homepage": "https://github.com/driftyco/ionic-native",
"typings": "./dist/index.d.ts",
"devDependencies": {
"browserify": "^13.0.0"
}
"typings": "./dist/index.d.ts"
}