Skip to content

Commit

Permalink
Merge pull request #21 from rokoroku/patch-dependency
Browse files Browse the repository at this point in the history
make lodash package as a peerDependency
  • Loading branch information
steelsojka authored Apr 28, 2017
2 parents 87fd0f7 + e2bfb1d commit 7513543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Decorators using lodash functions. View the [API docs](https://steelsojka.github

## Install

`npm install --save lodash-decorators`
`npm install --save lodash lodash-decorators`

## Usage

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@
"ts-node": "^3.0.2",
"typescript": "^2.2.2"
},
"peerDependencies": {
"lodash": "4.x"
},
"dependencies": {
"lodash": "^4.0.0",
"tslib": "^1.6.1"
}
}

0 comments on commit 7513543

Please sign in to comment.