1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-18 08:29:50 +01:00

publish Docs to gh-pages (auto)

branch:       master
SHA:          fedf365400
range SHA:    aa457177c3ed...fedf365400ca
build id:     165124313
build number: 434
This commit is contained in:
koalyptus 2016-10-05 02:29:04 +00:00
commit db99e91de5
76 changed files with 74822 additions and 61027 deletions

View file

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.2.67",
"version": "0.3.0",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {
@ -28,12 +28,12 @@
"tag": "next"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-core": "^6.17.0",
"babel-eslint": "7.0.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-plugin-transform-es2015-classes": "^6.14.0",
"clean-webpack-plugin": "^0.1.9",
"babel-preset-es2015": "^6.16.0",
"clean-webpack-plugin": "^0.1.11",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.0.0",
@ -45,10 +45,11 @@
"grunt-esdoc": "^0.0.4",
"grunt-eslint": "19.0.0",
"grunt-gh-pages": "^2.0.0",
"grunt-string-replace": "^1.3.0",
"grunt-webpack": "^1.0.14",
"grunt-string-replace": "^1.3.1",
"grunt-webpack": "^1.0.16",
"script-loader": "^0.7.0",
"string-replace-webpack-plugin": "^0.0.3",
"sugar-date": "2.0.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
},