Skip to content

Commit

Permalink
Bower was missing from devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Hwang committed May 13, 2015
1 parent 79cf920 commit 7415578
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion dist/js/drop.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! tether-drop 1.0.3 */
/*! tether-drop 1.0.4 */

(function(root, factory) {
if (typeof define === 'function' && define.amd) {
Expand Down
5 changes: 3 additions & 2 deletions package.json
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]>"
Expand All @@ -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",
Expand Down

0 comments on commit 7415578

Please sign in to comment.