Skip to content

Commit

Permalink
Small update of package.json to publish package in npm manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Korzel committed Aug 3, 2016
1 parent 4293ad4 commit b8cb69b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-oauth",
"version": "0.1.0",
"version": "0.1.1",
"description": "Plugin for authentication using OAuth2 and JWT security tokens such as Azure Active Directory or GoogleApi",
"keywords": [
"aurelia",
Expand All @@ -15,11 +15,11 @@
},
"license": "MIT",
"author": "Mateusz Korzel <mateusz.korzel@gmail.com>",
"main": "dist/commonjs/aurelia-oauth.js",
"main": "dist/amd/aurelia-oauth.js",
"typings": "dist/aurelia-oauth.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/matik12/aurelia-oauth.git"
"url": "https://github.com/matik12/aurelia-oauth.git"
},
"scripts": {
"postinstall": "./node_modules/.bin/typings install"
Expand Down

0 comments on commit b8cb69b

Please sign in to comment.