Skip to content

Commit 21563f5

Browse files
committed
0.0.2
1 parent b72e99f commit 21563f5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,24 @@
22
"author": "ka2er <[email protected]>",
33
"name": "subdb",
44
"description": "API to interact with subdb services",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/ka2er/node-subdb-api.git"
99
},
1010
"bugs": {
11-
"url" : "http://github.com/ka2er/node-subdb-api/issues"
11+
"url": "http://github.com/ka2er/node-subdb-api/issues"
1212
},
1313
"scripts": {
1414
"test": "mocha"
15-
},"main": "lib/subdb.js",
15+
},
16+
"main": "lib/subdb.js",
1617
"dependencies": {
17-
"form-data": "0.0.x",
18-
"clone": "0.1.x"
18+
"form-data": "0.0.x",
19+
"clone": "0.1.x"
1920
},
2021
"devDependencies": {
21-
"mocha":"1.6.x"
22+
"mocha": "1.6.x"
2223
},
2324
"optionalDependencies": {},
2425
"engines": {

0 commit comments

Comments
 (0)