Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 41325a2

Browse files
committed
Bump dependencies: node-minify & chalk
Prep for next release too
1 parent ba5f024 commit 41325a2

File tree

5 files changed

+352
-520
lines changed

5 files changed

+352
-520
lines changed

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ module.exports = function(grunt) {
6060
'tmp/uglifyjs_min.js': ['test/**/*.js']
6161
}
6262
},
63-
babili: {
64-
compressor: 'babili',
63+
babelminify: {
64+
compressor: 'babel-minify',
6565
files: {
66-
'tmp/babili_min.js': ['test/**/*.js']
66+
'tmp/babel_minify.js': ['test/**/*.js']
6767
}
6868
},
6969
//requires java

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ grunt.initConfig({
9595
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
9696

9797
## Release History
98+
- _1.2.5_ : Updates dependencies (node-minify, chalk).
9899
- _1.2.4_ : Updates dependencies (google-closure-compiler-js, node-minify).
99100
- _1.2.3_ : Updates dependencies (google-closure-compiler-js).
100101
- _1.2.2_ : Updates dependencies (google-closure-compiler-js, chalk).

0 commit comments

Comments
 (0)