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:
6
test/.eslintrc.js
Normal file
6
test/.eslintrc.js
Normal file
@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
extends: '../.eslintrc.js',
|
||||
env: {
|
||||
mocha: true,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user