1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-28 12:52:49 +02:00

Toolbar min-width + add npm release command

This commit is contained in:
koalyptus 2018-04-15 17:18:14 +10:00
parent a92acfa615
commit 48674c3b31
7 changed files with 10 additions and 7 deletions

View file

@ -7,12 +7,13 @@ before_script:
script:
- npm test
- npm run codecov
- npm run deploy
branches:
only:
- master
- /^greenkeeper/.*$/
- gh-pages
after_success:
- test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "false" && npm run release
env:
global:
- secure: A1G8GvJkV0rjy7XCTVdOpTHy3xaoSZZAbMWhI+ikrqBqd8mRz+sB71FhRusouTcYdsT5VfF9Io2doS8LKAeP0TNC34Pp0uvjtsvarzn8a/oNEOuqR3Ub0ws2bmbZIZc+wOpgErKOj1H1QSJAUpd6ZjIuEAbOVXlhGBJz3zUCmcpRDh32CpFKC62oFWeGlvttxPciLLzBfKgkVKEGhPtdGP/xCHL1MCQptYVHZiXwWsaIQ5wHFO6KCVlRrPgdfOL+Yce3mT02iXH6ZjW6U6zA6vYQVQZVD873AkU5RmirYblW+jW1wdvu4UXI71lSH6Z3uXRVnrw1b0TsLVTjP9ZUbCtkTHtLbxYzeDjEukxKoCjpAppIhOtaNIxrdA8oKJAabQYp5X+QK6lkosy0zdT5u2B1+g8unZhsf0y//7lgLUe04iQ7sc1Q6AHiiEGtByaXg4BHNW53bUfKgNnbV4+IbXf8rz5wWOxL2/yWAU/GoiszjqRQfajAXCpSf6SyMjXjhhvQdeFn+Cz6FwdtaxH+tOIY0Hq9Gqy1xrLIkv/httd3O+AbhLrU1c/M0MwlFQue7GeJb7ZyF3KsK7bXvoz2dEqvzHd98NZXiQEqFXCIs77uVh4eZMoYrbEyrkOAgkUZNQYhHh9fuvfynJ/zgUvyA0v3GUvBebq3ybYKD/vqX7s=

4
dist/starter.html vendored
View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>tablefilter v0.6.24 - Starter</title>
<title>tablefilter v0.6.25 - Starter</title>
</head>
<body>
<h1>tablefilter v0.6.24</h1>
<h1>tablefilter v0.6.25</h1>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.6.24",
"version": "0.6.25",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {
@ -34,6 +34,7 @@
"esdoc": "esdoc",
"dist": "grunt",
"deploy": "grunt deploy",
"release": "npm run deploy && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
"start": "npm run server"
},
"publishConfig": {

View file

@ -10,6 +10,7 @@
clear both
width auto
height $min-height
min-width 400px
background-color $toolbar-bg-color
font-size $toolbar-font-size
margin 0