Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
feat(package.json): ref fine-uploader as peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rnicholus committed Apr 6, 2017
1 parent 2f0c6bc commit 19c9beb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fine-uploader-wrappers",
"version": "1.0.0-rc1",
"version": "1.0.0-rc2",
"license": "MIT",
"description": "Fine Uploader core ES6 class wrappers that provide additional features.",
"author": {
Expand All @@ -18,7 +18,6 @@
],
"main": "traditional.js",
"dependencies": {
"fine-uploader": ">=5.11.10 <6.0.0",
"object-assign": "4.1.0"
},
"devDependencies": {
Expand All @@ -33,6 +32,7 @@
"babel-plugin-transform-object-rest-spread": "6.23.0",
"es6-promise": "4.1.0",
"eslint": "3.18.0",
"fine-uploader": "5.14.2",
"jasmine": "2.5.3",
"jasmine-core": "2.5.2",
"karma": "1.5.0",
Expand All @@ -48,6 +48,9 @@
"engines": {
"node": ">=5.0.0"
},
"peerDependencies": {
"fine-uploader": ">=5.14.2 <6.0.0"
},
"scripts": {
"build": "rm -rf lib && mkdir -p lib && cp -pR src/ lib && babel lib --out-dir lib",
"lint": "eslint src/. --ext .js --cache",
Expand Down

0 comments on commit 19c9beb

Please sign in to comment.