Skip to content

Commit

Permalink
Merge pull request #5 from travel-intelligence/npm-config
Browse files Browse the repository at this point in the history
NPM Config
  • Loading branch information
jkintscher committed Dec 18, 2015
2 parents d98fb6c + e41f031 commit 430234c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
6 changes: 2 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"type": "git",
"url": "[email protected]:travel-intelligence/ti-auth.js.git"
},
"authors": [{
"name": "Joschka Kintscher",
"email": "[email protected]"
}]
"authors": [ "Joschka Kintscher <[email protected]>" ],
"license": "MIT"
}
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"name": "ti-auth.js",
"version": "1.0.0",
"description": "The official authentication library to use in your Travel Intelligence modules",
"scripts": {
"test": "make test"
},
Expand All @@ -13,5 +16,14 @@
"testem": "0.9.5",
"uglifyjs": "2.4.10",
"url-parse": "1.0.5"
}
},
"repository" : {
"type": "git",
"url": "[email protected]:travel-intelligence/ti-auth.js.git"
},
"files": [
"dist/"
],
"author": "Joschka Kintscher <[email protected]>",
"license": "MIT"
}

0 comments on commit 430234c

Please sign in to comment.