1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-13 11:56:46 +02:00

Revert gh-pages publish-lib unfortunate change

This commit is contained in:
koalyptus 2017-07-20 16:04:09 +10:00
parent 645437b5e3
commit e00c560c80

View file

@ -233,7 +233,6 @@ module.exports = function (grunt) {
},
'publish-lib': {
options: {
add: false,
base: 'dist',
repo: 'https://' + repo,
message: 'publish TableFilter lib to gh-pages (cli)'
@ -261,7 +260,6 @@ module.exports = function (grunt) {
user: {
name: 'koalyptus'
},
add: false,
base: 'dist',
repo: 'https://' + process.env.GH_TOKEN + '@' + repo,
message: 'publish TableFilter to gh-pages (auto)' +