-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add license and author to NPM and Bower configs
- Loading branch information
1 parent
f960ee7
commit ada5061
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,6 @@ | |
"type": "git", | ||
"url": "[email protected]:travel-intelligence/ti-auth.js.git" | ||
}, | ||
"authors": [ "Joschka Kintscher <[email protected]>" ] | ||
"authors": [ "Joschka Kintscher <[email protected]>" ], | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,7 @@ | |
"testem": "0.9.5", | ||
"uglifyjs": "2.4.10", | ||
"url-parse": "1.0.5" | ||
} | ||
}, | ||
"author": "Joschka Kintscher <[email protected]>", | ||
"license": "MIT" | ||
} |