Skip to content

Commit

Permalink
Updated package version to 1.0.1 and added history
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Jun 14, 2017
1 parent 0b723e1 commit 4e10f50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
1.0.1 03-02-2016
================
* Fix dependency resolution issue when a component in peerOptionalDependencies is installed at the level of the module declaring in peerOptionalDependencies.

1.0.0 03-02-2016
================
* Initial release allowing us to optionally resolve dependencies in the package.json file under the peerOptionalDependencies tag.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "require_optional",
"version": "1.0.0",
"version": "1.0.1",
"description": "Allows you declare optionalPeerDependencies that can be satisfied by the top level module but ignored if they are not.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4e10f50

Please sign in to comment.