Skip to content

Commit 7415578

Browse files
author
Nick Hwang
committed
Bower was missing from devDependencies
1 parent 79cf920 commit 7415578

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tether-drop",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"homepage": "https://github.com/HubSpot/drop",
55
"authors": [
66
"Adam Schwartz <[email protected]>",

dist/js/drop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tether-drop 1.0.3 */
1+
/*! tether-drop 1.0.4 */
22

33
(function(root, factory) {
44
if (typeof define === 'function' && define.amd) {

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tether-drop",
3-
"version": "1.0.3",
4-
"description": "",
3+
"version": "1.0.4",
4+
"description": "Client-side library for creating dropdowns",
55
"authors": [
66
"Zack Bloom <[email protected]>",
77
"Adam Schwartz <[email protected]>"
@@ -16,6 +16,7 @@
1616
"license": "MIT",
1717
"main": "dist/js/drop.js",
1818
"devDependencies": {
19+
"bower": "^1.4.1",
1920
"del": "^1.1.1",
2021
"gulp": "^3.8.11",
2122
"gulp-autoprefixer": "^2.2.0",

0 commit comments

Comments
 (0)