mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
chore(): fix redundant devDeps entry
This commit is contained in:
parent
0afd7cd3fc
commit
d86fa1b2f6
@ -10,6 +10,7 @@
|
|||||||
"rxjs": "5.0.0-beta.0"
|
"rxjs": "5.0.0-beta.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"browserify": "^13.0.0",
|
||||||
"canonical-path": "0.0.2",
|
"canonical-path": "0.0.2",
|
||||||
"cpr": "^1.0.0",
|
"cpr": "^1.0.0",
|
||||||
"dgeni": "^0.4.2",
|
"dgeni": "^0.4.2",
|
||||||
@ -39,8 +40,5 @@
|
|||||||
"url": "https://github.com/driftyco/ionic-native/issues"
|
"url": "https://github.com/driftyco/ionic-native/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/driftyco/ionic-native",
|
"homepage": "https://github.com/driftyco/ionic-native",
|
||||||
"typings": "./dist/index.d.ts",
|
"typings": "./dist/index.d.ts"
|
||||||
"devDependencies": {
|
|
||||||
"browserify": "^13.0.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user