mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
chore(package): Angular 5 support (#2089)
* docs(github): issue template * initial commit * Added StatusObject Interface * style(wrap.tmpl): added missing field * style(wrap.tmpl): added missing field * chore(package.json): Angular 5 support I also bumped the tslint rules and tslint * Update package.json
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@
|
||||
"@angular/core": "5.0.0",
|
||||
"@types/cordova": "0.0.34",
|
||||
"@types/jasmine": "^2.5.51",
|
||||
"@types/node": "^7.0.27",
|
||||
"@types/node": "^8.0.47",
|
||||
"canonical-path": "0.0.2",
|
||||
"child-process-promise": "2.2.1",
|
||||
"conventional-changelog-cli": "1.3.1",
|
||||
@@ -44,7 +44,7 @@
|
||||
"tslint": "3.15.1",
|
||||
"tslint-ionic-rules": "0.0.8",
|
||||
"typescript": "~2.4.2",
|
||||
"zone.js": "^0.8.18"
|
||||
"zone.js": "0.8.18"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "npm run test:watch",
|
||||
|
||||
Reference in New Issue
Block a user