Skip to content

Commit b61a813

Browse files
author
Varadhan Kalidasan
committed
updated package json
1 parent 0cbbbb4 commit b61a813

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "iap",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "In-app purchase validation for Apple, Google, Amazon, Roku",
55
"main": "index.js",
66
"scripts": {
77
"test": "eslint ."
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/Wizcorp/node-iap"
11+
"url": "https://github.com/emma-app/node-iap"
1212
},
1313
"keywords": [
1414
"iap",
@@ -21,7 +21,16 @@
2121
"purchase",
2222
"itunes"
2323
],
24-
"author": "Ron Korving <rkorving@wizcorp.jp>",
24+
"author": {
25+
"name": "Ron Korving",
26+
"email": "rkorving@wizcorp.jp"
27+
},
28+
"contributors": [
29+
{
30+
"name": "Varadh Kalidasan",
31+
"email": "varadh@emma-app.com"
32+
}
33+
],
2534
"license": "MIT",
2635
"dependencies": {
2736
"jwt-simple": "0.5.6",

0 commit comments

Comments
 (0)