Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15 from acinader/make-parse-peer
Browse files Browse the repository at this point in the history
Move parse to a peer dependency
  • Loading branch information
flovilmart authored Oct 25, 2016
2 parents c1afa61 + 47ab83c commit 646e78b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"main": "index.js",
"version": "0.2.0",
"dependencies": {
"gm": "~1.21.1",
"parse": "^1.3.5"
"gm": "~1.21.1"
},
"devDependencies": {
"codecov": "^1.0.1",
Expand All @@ -31,5 +30,8 @@
"parse",
"image",
"module"
]
],
"peerDependencies": {
"parse": "^1.3.5"
}
}

0 comments on commit 646e78b

Please sign in to comment.