Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Commit 80a4baa

Browse files
committed
Change repo field in package.json to repository
The package.json includes a `repository` field to point to the source repository. This patch changes `package.json` to use the `repository` field instead of `repo`.
1 parent ee765bd commit 80a4baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
]
1111
},
1212
"description": "Ionic Keyboard Plugin",
13-
"repo": "https://github.com/driftyco/ionic-plugins-keyboard.git",
13+
"repository": "https://github.com/driftyco/ionic-plugins-keyboard.git",
1414
"issue": "https://github.com/driftyco/ionic-plugins-keyboard/issues",
1515
"keywords": [
1616
"ionic",

0 commit comments

Comments
 (0)