Skip to content

Commit 0754fa3

Browse files
committed
inc version, update docs
1 parent 9a087c7 commit 0754fa3

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

Makefile

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qunit",
33
"description": "QUnit testing framework for nodejs",
4-
"version": "0.6.2",
4+
"version": "0.6.3",
55
"author": "Oleg Slobodskoi <oleg008@gmail.com>",
66
"contributors": [
77
{"name": "Jonathan Buchanan"},
@@ -16,7 +16,7 @@
1616
"bin": {"qunit": "./bin/cli.js"},
1717
"engines": {"node": ">=0.6.0 < 0.11.0"},
1818
"scripts": {
19-
"test": "make test"
19+
"test": "node ./test/testrunner.js"
2020
},
2121
"dependencies": {
2222
"underscore": "^1.6.0",

readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,8 @@ Some tests examples
232232

233233
### Run tests
234234

235-
git submodule init
236-
git submodule update
237235
npm i
238-
make test
236+
npm test
239237

240238
### Coverage
241239

0 commit comments

Comments
 (0)