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

Commit

Permalink
Merge pull request #62 from doktordirk/fix-npm-dep
Browse files Browse the repository at this point in the history
Fix npm dep
  • Loading branch information
doktordirk committed Mar 25, 2016
2 parents f5bf538 + e94c1c7 commit 73080fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
4 changes: 4 additions & 0 deletions doc/CHANGELOG.md
@@ -1,3 +1,7 @@
<a name"1.1.1"></a>
### 1.1.1 (2016-03-25)


<a name"1.1.0"></a>
### 1.1.0 (2016-03-25)

Expand Down
23 changes: 11 additions & 12 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-authentication",
"version": "1.1.0",
"version": "1.1.1",
"description": "Plugin for social media authentication and local authentication together with other authentication utilities.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -28,32 +28,31 @@
"test": "./node_modules/.bin/gulp test"
},
"jspm": {
"registry": "npm",
"jspmPackage": true,
"main": "aurelia-authentication",
"format": "amd",
"directories": {
"dist": "dist/amd"
},
"dependencies": {
"aurelia-dependency-injection": "^1.0.0-beta.1.2.0",
"aurelia-fetch-client": "^1.0.0-beta.1.2.0",
"aurelia-router": "^1.0.0-beta.1.2.0",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"aurelia-fetch-client": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"aurelia-router": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"fetch": "github:github/fetch@^0.11.0",
"spoonx/aurelia-api": "github:spoonx/aurelia-api@^2.1.2"
},
"peerDependencies": {
"aurelia-dependency-injection": "^1.0.0-beta.1.2.0",
"aurelia-fetch-client": "^1.0.0-beta.1.2.0",
"aurelia-router": "^1.0.0-beta.1.2.0",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"aurelia-fetch-client": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"aurelia-router": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"fetch": "github:github/fetch@^0.11.0",
"spoonx/aurelia-api": "github:spoonx/aurelia-api@^2.1.2"
},
"devDependencies": {
"aurelia-polyfills": "^1.0.0-beta.1.1.0",
"babel": "babel-core@^5.8.38",
"babel-runtime": "^5.8.38",
"core-js": "^1.1.4",
"aurelia-polyfills": "npm:aurelia-dependency-injection@^1.0.0-beta.1.1.0",
"babel": "npm:babel-core@^5.8.38",
"babel-runtime": "npm:aurelia-dependency-injection@^5.8.38",
"core-js": "npm:aurelia-dependency-injection@^1.1.4",
"fetch": "github:github/fetch@^0.11.0"
}
},
Expand Down

0 comments on commit 73080fa

Please sign in to comment.