Skip to content

Commit

Permalink
Fix unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Jul 26, 2017
1 parent 4645aac commit 5e95aba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Fixed
- Fix unnecessary dependency

## [1.0.0] - 2017-07-27
### Changed
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@
"rollup": "^0.45.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-jscc": "^0.3.3",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-typescript": "^0.8.1",
"rollup-watch": "^4.3.1",
"typescript": "^2.3.3",
"varint": "^5.0.0"
},
"dependencies": {
"rollup-plugin-jscc": "^0.3.3"
}
}

0 comments on commit 5e95aba

Please sign in to comment.