Skip to content

Commit dcac4e1

Browse files
authored
Merge pull request #54 from csscomb/4.2.0
4.2.0
2 parents 485af07 + 1c46311 commit dcac4e1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- "12.3.0"
3+
- "14.13.0"
44
before_script:
55
- npm install grunt-cli

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Getting Started
66

7-
This plugin requires Grunt `>=0.4.x`.
7+
This plugin requires Grunt `>=1.0.x`.
88

99
If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
1010

@@ -118,6 +118,8 @@ grunt.initConfig({
118118

119119
## Release History
120120

121+
+ v4.2.0: Update dependencies.
122+
+ v4.1.0: Update csscomb.js to v4.3.0; update dependencies.
121123
+ v4.0.0: Update csscomb.js to v4; update dependencies; allow src only.
122124
+ v3.1.1: Update grunt version.
123125
+ v3.0.0: Update csscomb.js to v3.0 but `grunt-csscomb` API doesn't change.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
],
3838
"main": "Gruntfile.js",
3939
"engines": {
40-
"node": ">= 6.0.0"
40+
"node": ">= 10.0.0"
4141
},
4242
"scripts": {
4343
"test": "grunt test"
@@ -46,10 +46,10 @@
4646
"csscomb": "~4.3.0"
4747
},
4848
"devDependencies": {
49-
"grunt": "^1.0.4",
49+
"grunt": "^1.3.0",
5050
"grunt-contrib-clean": "^2.0.0",
5151
"grunt-contrib-jshint": "^2.1.0",
52-
"grunt-contrib-nodeunit": "^2.0.0"
52+
"grunt-contrib-nodeunit": "^2.1.0"
5353
},
5454
"peerDependencies": {
5555
"grunt": ">=1.0.0"

0 commit comments

Comments
 (0)