remove packages to get npm audit to pass (#11)

* remove packages to get `npm audit` to pass

* fix grunt.config.init() call lost in split up

* remove integration tests, they don't work and nobody is running them

* fix upload_to_s3 task after refactor
This commit is contained in:
Spencer
2019-07-10 07:22:27 -07:00
committed by GitHub
parent 7c1573fb07
commit 58a29395e2
36 changed files with 151 additions and 2509 deletions

6
test/.eslintrc.js Normal file
View File

@ -0,0 +1,6 @@
module.exports = {
extends: '../.eslintrc.js',
env: {
mocha: true,
},
};