fix(audit): audit fix update + travis node version

This commit is contained in:
Michael Matuzak 2019-06-14 15:50:31 -07:00
parent 4479083a0f
commit ee2d2dc860
3 changed files with 2141 additions and 1225 deletions

View File

@ -1,3 +1,4 @@
language: node_js
node_js:
- "6"
- "node"
- "lts/*"

3361
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
"devDependencies": {
"standard": "^11.0.0",
"standard-version": "^5.0.0",
"tap": "^12.0.0",
"tap": "^14.2.3",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},