Skip to content

Commit 6328654

Browse files
authored
Merge pull request #10 from Lullabot/9--fix-white-space-when-table-controls-arent-present
Fixing white space, refactoring logical property, adjusting details
2 parents 0c517cf + 7f52ba4 commit 6328654

File tree

7 files changed

+54
-52
lines changed

7 files changed

+54
-52
lines changed

dist/styles.css

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

dist/styles.css.map

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

dist/theme.css

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

dist/theme.css.map

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

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "git+https://github.com/Javi-er/tabled.git"
24+
"url": "git+https://github.com/Lullabot/tabled"
2525
},
26-
"author": "javi-er",
27-
"license": "GPL-3.0-or-later",
26+
"author": "Lullabot",
27+
"contributors": [
28+
"javi-er"
29+
],
30+
"license": "GPL-2.0-or-later",
2831
"bugs": {
29-
"url": "https://github.com/Javi-er/tabled/issues"
32+
"url": "https://github.com/Lullabot/tabled/issues"
3033
},
31-
"homepage": "https://github.com/Javi-er/tabled#readme"
34+
"homepage": "https://github.com/Lullabot/tabled#readme"
3235
}

0 commit comments

Comments
 (0)