mirror of https://github.com/n2geoff/testit.git
bump version
This commit is contained in:
parent
fc5c25efda
commit
38fdebe0d9
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "testit",
|
"name": "testit",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"description": "a minimalistic testing library",
|
"description": "a minimalistic testing library",
|
||||||
"main": "src/testit.js",
|
"main": "src/testit.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
@ -14,7 +14,8 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node_modules/.bin/gulp",
|
"build": "node_modules/.bin/gulp",
|
||||||
"test": "node_modules/.bin/jshint src/testit.js"
|
"lint": "node_modules/.bin/jshint src/testit.js",
|
||||||
|
"test": "node test/run.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue