Skip to content

Commit af1d6ab

Browse files
author
Jessica Martin
committed
Updating package.json in prep for publishing to npm
1 parent caff5de commit af1d6ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "msys-rest-sdk",
3-
"version": "0.0.0",
4-
"description": "A Node.js wrapper for interfacing with Message Systems APIs",
2+
"name": "sparkpost",
3+
"version": "0.1.0",
4+
"description": "A Node.js wrapper for interfacing with your favorite SparkPost APIs",
55
"main": "index.js",
66
"scripts": {
77
"test": "grunt"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/MessageSystems/node-sdk.git"
11+
"url": "https://github.com/SparkPost/node-sparkpost"
1212
},
1313
"author": "Message Systems, Inc.",
1414
"license": "Apache 2.0",
1515
"bugs": {
16-
"url": "https://github.com/MessageSystems/node-sdk/issues"
16+
"url": "https://github.com/SparkPost/node-sparkpost/issues"
1717
},
18-
"homepage": "https://github.com/MessageSystems/node-sdk",
18+
"homepage": "https://github.com/SparkPost/node-sparkpost",
1919
"devDependencies": {
2020
"chai": "1.9.1",
2121
"grunt": "0.4.5",

0 commit comments

Comments
 (0)