Skip to content

Commit df7cc3e

Browse files
committed
Rebuild
1 parent 09371e3 commit df7cc3e

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

Gruntfile.coffee

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ module.exports = (grunt) ->
99
'constraint.js': 'constraint.coffee'
1010
'abutment.js': 'abutment.coffee'
1111
'shift.js': 'shift.coffee'
12-
13-
'tooltip.js': 'tooltip.coffee'
14-
1512
'markAttachment.js': 'markAttachment.coffee'
1613
'docs/js/intro.js': 'docs/coffee/intro.coffee'
1714
'docs/welcome/js/welcome.js': 'docs/welcome/coffee/welcome.coffee'

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tether",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": [
55
"utils.js",
66
"utils.min.js",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tether",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "",
55
"authors": [
66
"Zack Bloom <[email protected]>",

tether.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)