Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Commit f104321

Browse files
GitBrentGitBrent
GitBrent
authored and
GitBrent
committed
Updated for v0.11.0
1 parent aad4373 commit f104321

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "sprestlib",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"author": {
55
"name": "Brent Ely",
66
"url": "https://github.com/gitbrent/"
77
},
88
"description": "JavaScript Library for SharePoint Web Services/REST API",
9-
"homepage": "https://gitbrent.github.io/SpRestLib/",
9+
"homepage": "https://gitbrent.github.io/sprestlib/",
1010
"license": "MIT",
1111
"dependencies": {
1212
"jquery-node": ">=0.2.0",
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/gitbrent/SpRestLib.git"
22+
"url": "git+https://github.com/gitbrent/sprestlib.git"
2323
},
2424
"keywords": [
2525
"sharepoint",
@@ -41,7 +41,7 @@
4141
"odata-library"
4242
],
4343
"bugs": {
44-
"url": "https://github.com/gitbrent/SpRestLib/issues"
44+
"url": "https://github.com/gitbrent/sprestlib/issues"
4545
},
4646
"scripts": {
4747
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)