Skip to content

Commit

Permalink
Clean up Bower configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jkintscher committed Dec 17, 2015
1 parent 2604311 commit a4f84f6
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,19 @@
"description": "The official authentication library to use in your Travel Intelligence modules",
"dependencies": {},
"devDependncies": {},
"moduleType": [
"globals"
],
"authors": [
{
"name": "Joschka Kintscher",
"email": "[email protected]"
}
],
"ignore": [
"**/*",
"!dist/*"
],
"main": "dist/ti-auth.js",
"moduleType": "globals",
"private": false,
"repository": {
"type": "git",
"url": "[email protected]:travel-intelligence/ti-auth.js.git"
},
"private": false
"authors": [{
"name": "Joschka Kintscher",
"email": "[email protected]"
}]
}

0 comments on commit a4f84f6

Please sign in to comment.