Skip to content

Commit

Permalink
Remove unnecessary object-assign dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Jul 4, 2016
1 parent 82c1949 commit e2723e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.1

* Remove unnecessary `object-assign` dependency

## 3.0.0

* Bump eslint dependency to ^3.0.0 <http://eslint.org/blog/2016/07/eslint-v3.0.0-released>
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"dependencies": {
"bufferstreams": "^1.1.1",
"eslint": "^3.0.0",
"gulp-util": "^3.0.6",
"object-assign": "^4.1.0"
"gulp-util": "^3.0.6"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
Expand Down

0 comments on commit e2723e1

Please sign in to comment.