Skip to content

Commit 44a5e95

Browse files
committed
fixed up package.json
1 parent d70dfad commit 44a5e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-resolver-csp",
33
"version": "0.0.1",
4-
"description": "Isomorphic library to lazy-load data for React components",
4+
"description": "Isomorphic library to lazy-load data for React components with csp",
55
"main": "dist/index.js",
66
"directories": {
77
"test": "test"
@@ -28,7 +28,7 @@
2828
},
2929
"repository": {
3030
"type": "git",
31-
"url": "git://github.com/gilesbradshaw/react-resolver.git"
31+
"url": "git://github.com/gilesbradshaw/react-resolver-csp.git"
3232
},
3333
"keywords": [
3434
"react",

0 commit comments

Comments
 (0)