Skip to content

Commit

Permalink
add new version of kiwi
Browse files Browse the repository at this point in the history
  • Loading branch information
ollita7 committed Feb 11, 2020
1 parent 74bb931 commit a0922ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "kiwi-server",
"version": "1.3.10",
"version": "1.3.11",
"description": "<h2>KIWI Server</h2>\r Its a simple node server to create rest services.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"compile": "tsc",
"test-load": "node ./tests/load.test.js",
"test": "tsc && nyc mocha ./dist/samples/tests && nyc report --reporter=text-lcov | coveralls",
"publish": "gulp publish"
"test": "tsc && nyc mocha ./dist/samples/tests && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a0922ef

Please sign in to comment.