mirror of https://github.com/n2geoff/testit.git
updated dev deps
This commit is contained in:
parent
f28f550cd4
commit
75d3782aaf
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "testit",
|
"name": "testit",
|
||||||
"version": "0.8.0",
|
"version": "0.8.1",
|
||||||
"description": "a minimalistic testing library",
|
"description": "a minimalistic testing library",
|
||||||
"main": "src/testit.js",
|
"main": "src/testit.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"gulp-minify": "^3.1.0",
|
"gulp-minify": "^3.1.0",
|
||||||
"gulp-strip-comments": "^2.5.2",
|
"gulp-strip-comments": "^2.5.2",
|
||||||
"jshint": "^2.10.2"
|
"jshint": "^2.11.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node_modules/.bin/gulp",
|
"build": "node_modules/.bin/gulp",
|
||||||
|
|
Loading…
Reference in New Issue