Skip to content

Commit

Permalink
Update deps and remove nodeunit loading (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Dec 12, 2020
1 parent b70c1d9 commit f6815bf
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 53 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-nodeunit');
grunt.loadNpmTasks('grunt-contrib-internal');
grunt.loadNpmTasks('grunt-run');

Expand Down
133 changes: 84 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"dependencies": {
"adm-zip": "^0.5.1",
"archiver": "^1.3.0",
"chalk": "^1.1.1",
"chalk": "^4.1.0",
"lodash": "^4.17.20",
"pretty-bytes": "^5.4.1",
"stream-buffers": "^2.1.0"
"stream-buffers": "^3.0.2"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-internal": "^5.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-run": "^0.8.1",
"jest": "^26.6.3",
"tar": "^6.0.5"
Expand Down

0 comments on commit f6815bf

Please sign in to comment.