-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bower.json
changes to appear on the registry
- Loading branch information
Ilya Pukhalski
committed
Feb 11, 2015
1 parent
97c0364
commit 5adb53f
Showing
1 changed file
with
10 additions
and
3 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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"name": "tap", | ||
"version": "1.0.2", | ||
"homepage": "http://pukhalski.github.io/tap.js/", | ||
"version": "1.0.3", | ||
"authors": [ | ||
"Ilya Pukhalski <[email protected]>", | ||
"Mikhail Larchanka <[email protected]>" | ||
|
@@ -17,7 +16,15 @@ | |
"interactions", | ||
"tap" | ||
], | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pukhalski/tap.git" | ||
}, | ||
"readme": "README.md", | ||
"licenses": [{ | ||
"type": "MIT", | ||
"url": "http://opensource.org/licenses/MIT" | ||
}], | ||
"ignore": [ | ||
"node_modules", | ||
"bower_components", | ||
|