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

Commit 27e005a

Browse files
committed
0.5.1 - Tests now available
1 parent 573b05d commit 27e005a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sys-api",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"bugs": {
55
"url": "https://github.com/Burnett01/sys-api/issues"
66
},
@@ -29,14 +29,19 @@
2929
"router",
3030
"routing",
3131
"tls",
32-
"security"
32+
"security",
33+
"request",
34+
"tests"
3335
],
3436
"author": {
3537
"name": "Steven Agyekum",
3638
"email": "[email protected]",
3739
"url": "https://github.com/Burnett01/sys-api"
3840
},
3941
"main": "./src/API",
42+
"scripts": {
43+
"test": "mocha --reporter spec ./test/test.default.js"
44+
},
4045
"repository": {
4146
"type": "git",
4247
"url": "https://github.com/Burnett01/sys-api"
@@ -46,5 +51,9 @@
4651
"bcryptjs": "*",
4752
"morgan": "*",
4853
"passwd-groups": "*"
54+
},
55+
"devDependencies": {
56+
"chai": "^3.5.0",
57+
"mocha": "^3.4.1"
4958
}
5059
}

0 commit comments

Comments
 (0)