-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bower was missing from devDependencies
- Loading branch information
Nick Hwang
committed
May 13, 2015
1 parent
79cf920
commit 7415578
Showing
3 changed files
with
5 additions
and
4 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,6 +1,6 @@ | ||
{ | ||
"name": "tether-drop", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"homepage": "https://github.com/HubSpot/drop", | ||
"authors": [ | ||
"Adam Schwartz <[email protected]>", | ||
|
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
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,7 @@ | ||
{ | ||
"name": "tether-drop", | ||
"version": "1.0.3", | ||
"description": "", | ||
"version": "1.0.4", | ||
"description": "Client-side library for creating dropdowns", | ||
"authors": [ | ||
"Zack Bloom <[email protected]>", | ||
"Adam Schwartz <[email protected]>" | ||
|
@@ -16,6 +16,7 @@ | |
"license": "MIT", | ||
"main": "dist/js/drop.js", | ||
"devDependencies": { | ||
"bower": "^1.4.1", | ||
"del": "^1.1.1", | ||
"gulp": "^3.8.11", | ||
"gulp-autoprefixer": "^2.2.0", | ||
|