Skip to content

Commit

Permalink
package.json: move blueimp-file-upload to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Apr 30, 2020
1 parent 9421724 commit 54f33a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
"url": "git+https://github.com/nepada/file-upload-control.git"
},
"bugs": "https://github.com/nepada/file-upload-control/issues",
"dependencies": {
"blueimp-file-upload": "^10.10.0"
},
"peerDependencies": {
"blueimp-file-upload": "^10.10.0",
"jquery": ">=1.7",
"nette-forms": "^3.0.3"
},
Expand All @@ -34,6 +32,7 @@
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^6.0.0",
"autoprefixer": "^9.7.6",
"blueimp-file-upload": "^10.10.0",
"bootstrap": "^4.4.1",
"clean-css-cli": "^4.3.0",
"eslint": "^6.8.0",
Expand Down

0 comments on commit 54f33a1

Please sign in to comment.