Skip to content

Commit

Permalink
Update accord to ^0.15.1 to fix #122
Browse files Browse the repository at this point in the history
- Updated accord version tag in package.json
- Bumped version number to 3.0.1 in package.json
- Added changelog line
  • Loading branch information
Kingdutch committed Feb 21, 2015
1 parent b4e8fd1 commit 07b5231
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.0.1
- Bumped accord version to 0.15.1 to fix #122

### 3.0.0
- Switch to using [accord](https://github.com/jenius/accord) for options parsing

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-less",
"version": "3.0.0",
"version": "3.0.1",
"description": "Less for Gulp",
"main": "index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"accord": "^0.14.4",
"accord": "^0.15.1",
"gulp-util": "^3.0.1",
"less": "^2.1.1",
"object-assign": "^2.0.0",
Expand Down

0 comments on commit 07b5231

Please sign in to comment.