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

Commit

Permalink
0.5.1 - Tests now available
Browse files Browse the repository at this point in the history
  • Loading branch information
Burnett01 committed May 17, 2017
1 parent 573b05d commit 27e005a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sys-api",
"version": "0.5.0",
"version": "0.5.1",
"bugs": {
"url": "https://github.com/Burnett01/sys-api/issues"
},
Expand Down Expand Up @@ -29,14 +29,19 @@
"router",
"routing",
"tls",
"security"
"security",
"request",
"tests"
],
"author": {
"name": "Steven Agyekum",
"email": "[email protected]",
"url": "https://github.com/Burnett01/sys-api"
},
"main": "./src/API",
"scripts": {
"test": "mocha --reporter spec ./test/test.default.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Burnett01/sys-api"
Expand All @@ -46,5 +51,9 @@
"bcryptjs": "*",
"morgan": "*",
"passwd-groups": "*"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.4.1"
}
}

0 comments on commit 27e005a

Please sign in to comment.