Skip to content

Commit 3c32df5

Browse files
updated git repo
1 parent e8295e5 commit 3c32df5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "parse-offline",
2+
"name": "@owsas/parse-offline",
33
"version": "1.0.0",
44
"description": "Parse JS SDK Addons for handling offline for PWAs",
55
"main": "out/index.js",
@@ -47,14 +47,17 @@
4747
},
4848
"repository": {
4949
"type": "git",
50-
"url": "git+https://github.com/owsas/typescript-module-template.git"
50+
"url": "git+https://github.com/owsas/parse-offline.git"
5151
},
5252
"bugs": {
53-
"url": "https://github.com/owsas/typescript-module-template/issues"
53+
"url": "https://github.com/owsas/parse-offline.git/issues"
5454
},
55-
"homepage": "https://github.com/owsas/typescript-module-template#readme",
55+
"homepage": "https://github.com/owsas/parse-offline.git#readme",
5656
"peerDependencies": {
5757
"@types/parse": "^2.4.4",
5858
"parse": "^1.11.0"
59+
},
60+
"directories": {
61+
"test": "test"
5962
}
6063
}

0 commit comments

Comments
 (0)