typo(package): added fields (#1633)

This commit is contained in:
Daniel Sogl 2017-06-01 19:01:42 +02:00 committed by Ibby Hadeed
parent 8b9995a5af
commit 9bf9e9d073
2 changed files with 5577 additions and 1 deletions

5567
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,9 @@
{
"name": "ionic-native",
"version": "3.10.2",
"version": "3.10.3",
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
"license": "MIT",
"devDependencies": {
"@angular/compiler": "4.1.3",
@ -58,6 +60,13 @@
"test": "karma start karma.conf.js --single-run",
"test:watch": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic-native.git"
},
"bugs": {
"url": "https://github.com/ionic-team/ionic-native/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"