Skip to content

Commit

Permalink
User peerDependencies instead of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivank committed Apr 4, 2017
1 parent 2b1359a commit 3cb88e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 289 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "mongoose-originals",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get original value of mongoose fields",
"main": "src/index.js",
"repository": "git@github.com:enhancv/mongoose-originals.git",
"author": "Ivan Kerin <ikerin@gmail.com>",
"license": "MIT",
"dependencies": {
"mongoose": "^4.8.4"
"peerDependencies": {
"mongoose": "^4.8"
},
"scripts": {
"test": "node_modules/.bin/mocha --recursive"
},
"devDependencies": {
"mongoose": "^4.8",
"dotenv": "^4.0.0",
"mocha": "^3.2.0"
}
Expand Down
Loading

0 comments on commit 3cb88e8

Please sign in to comment.