Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 2ccd3c0

Browse files
committed
Transferred repo to the vc3 org
- Moved src to vc3 org - Added README - Added LICENSE - Updated package.json
1 parent 4188ca8 commit 2ccd3c0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
{
22
"name": "connectwise-rest-api",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"license": "MIT",
55
"main": "./release/connectwise.js",
66
"typings": "./connectwise.d.ts",
77
"description": "Nodejs Module to interact with Connectwise's REST API",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/sowderca/connectwise-rest-api.git"
10+
"url": "git+https://github.com/vc3/connectwise-rest-api.git"
1111
},
1212
"author": {
1313
"name": "Cameron Sowder",
1414
"email": "[email protected]",
1515
"url": "sowder.io"
1616
},
1717
"bugs": {
18-
"url": "https://github.com/sowderca/connectwise-rest-api/issues"
18+
"url": "https://github.com/vc3/connectwise-rest-api/issues"
1919
},
20-
"homepage": "https://github.com/sowderca/connectwise-rest-api#readme",
20+
"homepage": "https://github.com/vc3/connectwise-rest-api#readme",
2121
2222
"keywords": [
2323
"connectwise",
2424
"typescript",
2525
"typings",
26-
"fetch"
26+
"fetch",
27+
"vc3"
2728
],
2829
"scripts": {
2930
"test": "xo && ava"

0 commit comments

Comments
 (0)