Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
added @angular/core as peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ribizli committed May 9, 2016
1 parent 85ba60e commit 0dfbb5b
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
@@ -1,11 +1,11 @@
{
"name": "ng2-imageupload",
"version": "1.1.0",
"version": "1.1.1",
"description": "A component which resizes the selected input file image",
"main": "index.js",
"scripts": {
"watch": "tsc -w",
"xpostinstall": "typings install",
"typings": "typings install",
"prepublish": "tsc",
"clean": "rimraf src/**/*.js* src/**/*.d.ts index.js* index.d.ts"
},
Expand Down Expand Up @@ -34,5 +34,7 @@
"zone.js": "^0.6.6"
},
"dependencies": {},
"peerDependencies": {}
"peerDependencies": {
"@angular/core": "^2.0.0-rc.1"
}
}

0 comments on commit 0dfbb5b

Please sign in to comment.