Skip to content

Commit dded5f8

Browse files
author
Zack Bloom
committed
Clean up includes
1 parent f64528c commit dded5f8

5 files changed

Lines changed: 6 additions & 9 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",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"homepage": "https://github.hubspot.com/tether",
55
"authors": [
66
"Zack Bloom <zbloom@hubspot.com>",

gulpfile.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ concat = require('gulp-concat')
55
uglify = require('gulp-uglify')
66
header = require('gulp-header')
77
rename = require('gulp-rename')
8-
{exec} = require('child_process')
9-
Q = require('q')
108

119
pkg = require('./package.json')
1210
banner = "/*! #{ pkg.name } #{ pkg.version } */\n"

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tether",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
55
"authors": [
66
"Zack Bloom <zbloom@hubspot.com>",
@@ -9,13 +9,12 @@
99
"license": "MIT",
1010
"devDependencies": {
1111
"coffee-script": "~1.6.3",
12+
"gulp": "~3.3.0",
1213
"gulp-header": "~1.0.2",
1314
"gulp-uglify": "~0.1.0",
1415
"gulp-compass": "~1.0.3",
1516
"gulp-coffee": "~1.2.5",
1617
"gulp-concat": "~2.1.7",
17-
"gulp": "~3.3.0",
18-
"gulp-rename": "~0.2.1",
19-
"q": "~1.0.0"
18+
"gulp-rename": "~0.2.1"
2019
}
2120
}

tether.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tether 0.3.4 */
1+
/*! tether 0.3.5 */
22
(function() {
33
var Evented, addClass, extend, getBounds, getOffsetParent, getScrollParent, hasClass, removeClass,
44
__hasProp = {}.hasOwnProperty,

tether.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)