mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-31 16:14:53 +02:00
Use uglify-es
instead of uglify
This commit is contained in:
parent
992f8603e2
commit
634d0ad5e0
2 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ module.exports = function(grunt) {
|
||||||
grunt.loadNpmTasks('grunt-contrib-clean');
|
grunt.loadNpmTasks('grunt-contrib-clean');
|
||||||
grunt.loadNpmTasks('grunt-shell-spawn');
|
grunt.loadNpmTasks('grunt-shell-spawn');
|
||||||
grunt.loadNpmTasks('grunt-jasmine-node');
|
grunt.loadNpmTasks('grunt-jasmine-node');
|
||||||
grunt.loadNpmTasks('grunt-contrib-uglify');
|
grunt.loadNpmTasks('grunt-contrib-uglify-es');
|
||||||
grunt.loadNpmTasks('grunt-react');
|
grunt.loadNpmTasks('grunt-react');
|
||||||
grunt.loadNpmTasks('grunt-env');
|
grunt.loadNpmTasks('grunt-env');
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"grunt-browserify": "^5.3.0",
|
"grunt-browserify": "^5.3.0",
|
||||||
"grunt-contrib-clean": "^2.0.0",
|
"grunt-contrib-clean": "^2.0.0",
|
||||||
"grunt-contrib-jshint": "^2.1.0",
|
"grunt-contrib-jshint": "^2.1.0",
|
||||||
"grunt-contrib-uglify": "^4.0.1",
|
"grunt-contrib-uglify-es": "^3.3.0",
|
||||||
"grunt-env": "^0.4.4",
|
"grunt-env": "^0.4.4",
|
||||||
"grunt-hash": "^0.5.0",
|
"grunt-hash": "^0.5.0",
|
||||||
"grunt-jasmine-node": "~0.1.0",
|
"grunt-jasmine-node": "~0.1.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue