typo(package): added fields (#1633)
This commit is contained in:
parent
8b9995a5af
commit
9bf9e9d073
5567
package-lock.json
generated
Normal file
5567
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "ionic-native",
|
"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",
|
"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",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/compiler": "4.1.3",
|
"@angular/compiler": "4.1.3",
|
||||||
@ -58,6 +60,13 @@
|
|||||||
"test": "karma start karma.conf.js --single-run",
|
"test": "karma start karma.conf.js --single-run",
|
||||||
"test:watch": "karma start karma.conf.js"
|
"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": {
|
"config": {
|
||||||
"commitizen": {
|
"commitizen": {
|
||||||
"path": "./node_modules/cz-conventional-changelog"
|
"path": "./node_modules/cz-conventional-changelog"
|
||||||
|
Loading…
Reference in New Issue
Block a user