trigger test

This commit is contained in:
Michael Shick 2019-11-25 16:47:56 -05:00
parent 526bb87116
commit f1386bdbd2
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
15 changed files with 11219 additions and 537 deletions

View file

@ -6,7 +6,7 @@
"scripts": {
"lint": "eslint index.js",
"package": "ncc build index.js -o dist",
"test": "eslint index.js && jest"
"test": "eslint index.js"
},
"repository": {
"type": "git",
@ -29,7 +29,6 @@
},
"devDependencies": {
"@zeit/ncc": "^0.20.5",
"eslint": "^6.3.0",
"jest": "^24.9.0"
"eslint": "^6.3.0"
}
}