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

Commit 1dc55bc

Browse files
committed
Package as 0.2.3
1 parent db036ba commit 1dc55bc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.c9revisions

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
],
66
"name": "vfs-http-adapter",
77
"description": "A http middleware to wrap vfs instances and expose them via a RESTful interface",
8-
"version": "0.2.1",
8+
"version": "0.2.3",
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/c9/vfs.git"
11+
"url": "git://github.com/c9/vfs-http-adapter.git"
1212
},
1313
"main": "restful.js",
1414
"dependencies": {},
1515
"devDependencies": {},
1616
"optionalDependencies": {},
1717
"licenses" : [{
1818
"type" : "MIT",
19-
"url" : "https://github.com/c9/vfs/raw/master/http-adapter/LICENSE"
19+
"url" : "https://github.com/c9/vfs-http-adapter/raw/master/LICENSE"
2020
}],
2121
"engines": {
2222
"node": "*"

0 commit comments

Comments
 (0)