Skip to content

Commit cb6247e

Browse files
Merge branch 'dev'
2 parents fe593ca + c98e0a4 commit cb6247e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
134134

135135
## Release History
136136

137+
* 1.0.2 - Fixed to major `css-purge` version
137138
* 1.0.1 - Reduced dependencies
138139
* 1.0.0 - Updated to CSS-Purge 3.0.0
139140
* 0.0.4 - Updated peerDependencies for grunt 1.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grunt-css-purge",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Grunt plugin to run CSS-Purge",
55
"homepage": "https://github.com/dominikwilkowski/grunt-css-purge",
66
"repository": {
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"chalk": "~2.3.0",
35-
"css-purge": "^3.0.3"
35+
"css-purge": "~3"
3636
},
3737
"devDependencies": {
3838
"grunt-contrib-clean": "~1.1.0",

0 commit comments

Comments
 (0)