Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
fix(project): restore missing props in package.json for jspm 0.17+
Browse files Browse the repository at this point in the history
  • Loading branch information
pfurini committed May 29, 2016
1 parent a8056dc commit 17f9e81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"jspm": {
"registry": "npm",
"jspmPackage": true,
"main": "aurelia-authentication",
"format": "amd",
"directories": {
Expand All @@ -39,6 +40,17 @@
"aurelia-router": "^1.0.0-beta.1.2.0",
"extend": "^3.0.0"
},
"peerDependencies": {
"aurelia-api": "^3.0.0-rc2",
"aurelia-dependency-injection": "^1.0.0-beta.1.2.0",
"aurelia-fetch-client": "^1.0.0-beta.1.2.1",
"aurelia-logging": "^1.0.0-beta.1.2.0",
"aurelia-metadata": "^1.0.0-beta.1.2.0",
"aurelia-pal": "^1.0.0-beta.1.2.2",
"aurelia-path": "^1.0.0-beta.1.2.1",
"aurelia-router": "^1.0.0-beta.1.2.0",
"extend": "^3.0.0"
},
"devDependencies": {
"aurelia-pal-browser": "^1.0.0-beta.1.2.0",
"aurelia-polyfills": "^1.0.0-beta.1.1.0",
Expand Down

0 comments on commit 17f9e81

Please sign in to comment.