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

Commit

Permalink
Bump dependencies: node-minify & chalk
Browse files Browse the repository at this point in the history
Prep for next release too
  • Loading branch information
mach6 committed Oct 20, 2017
1 parent ba5f024 commit 41325a2
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 520 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ module.exports = function(grunt) {
'tmp/uglifyjs_min.js': ['test/**/*.js']
}
},
babili: {
compressor: 'babili',
babelminify: {
compressor: 'babel-minify',
files: {
'tmp/babili_min.js': ['test/**/*.js']
'tmp/babel_minify.js': ['test/**/*.js']
}
},
//requires java
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ grunt.initConfig({
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/).

## Release History
- _1.2.5_ : Updates dependencies (node-minify, chalk).
- _1.2.4_ : Updates dependencies (google-closure-compiler-js, node-minify).
- _1.2.3_ : Updates dependencies (google-closure-compiler-js).
- _1.2.2_ : Updates dependencies (google-closure-compiler-js, chalk).
Expand Down
Loading

0 comments on commit 41325a2

Please sign in to comment.