Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 0e5e529

Browse files
committed
npm kerfuffle requires move to 1.0.3
1 parent 04bd837 commit 0e5e529

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filament-tablesaw",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": [
55
"dist/tablesaw.js",
66
"dist/tablesaw.css",

dist/bare/tablesaw.bare.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Tablesaw - v1.0.2 - 2015-01-27
1+
/*! Tablesaw - v1.0.3 - 2015-01-27
22
* https://github.com/filamentgroup/tablesaw
33
* Copyright (c) 2015 Filament Group; Licensed MIT */
44

dist/stackonly/tablesaw.stackonly.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Tablesaw - v1.0.2 - 2015-01-27
1+
/*! Tablesaw - v1.0.3 - 2015-01-27
22
* https://github.com/filamentgroup/tablesaw
33
* Copyright (c) 2015 Filament Group; Licensed MIT */
44

dist/stackonly/tablesaw.stackonly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Tablesaw - v1.0.2 - 2015-01-27
1+
/*! Tablesaw - v1.0.3 - 2015-01-27
22
* https://github.com/filamentgroup/tablesaw
33
* Copyright (c) 2015 Filament Group; Licensed MIT */
44
;(function( $ ) {

dist/stackonly/tablesaw.stackonly.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/*! Tablesaw - v1.0.2 - 2015-01-27
1+
/*! Tablesaw - v1.0.3 - 2015-01-27
22
* https://github.com/filamentgroup/tablesaw
33
* Copyright (c) 2015 Filament Group; Licensed MIT */
4-
/*! Tablesaw - v1.0.2 - 2015-01-27
4+
/*! Tablesaw - v1.0.3 - 2015-01-27
55
* https://github.com/filamentgroup/tablesaw
66
* Copyright (c) 2015 Filament Group; Licensed MIT */
77

dist/tablesaw.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Tablesaw - v1.0.2 - 2015-01-27
1+
/*! Tablesaw - v1.0.3 - 2015-01-27
22
* https://github.com/filamentgroup/tablesaw
33
* Copyright (c) 2015 Filament Group; Licensed MIT */
44

dist/tablesaw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Tablesaw - v1.0.2 - 2015-01-27
1+
/*! Tablesaw - v1.0.3 - 2015-01-27
22
* https://github.com/filamentgroup/tablesaw
33
* Copyright (c) 2015 Filament Group; Licensed MIT */
44
;(function( $ ) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tablesaw",
33
"title": "Tablesaw",
44
"description": "A set of plugins for responsive tables.",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"homepage": "https://github.com/filamentgroup/tablesaw",
77
"author": {
88
"name": "Zach Leatherman",

0 commit comments

Comments
 (0)