Browse Source

Version

refactor
Harish.K 10 years ago
parent
commit
e06574a242
  1. 6
      package.json

6
package.json

@ -1,13 +1,15 @@
{ {
"name": "simple-mocha", "name": "simple-mocha",
"version": "0.0.6",
"version": "0.0.9",
"description": "Simple stupid implementation of Mocha test runner. Tests can be run directly within node as any Nodejs code.", "description": "Simple stupid implementation of Mocha test runner. Tests can be run directly within node as any Nodejs code.",
"author": "Harish.K<harish2704@gmail.com>", "author": "Harish.K<harish2704@gmail.com>",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"mocha", "mocha",
"test runner", "test runner",
"testing"
"testing",
"bdd",
"tdd"
], ],
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save