1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-13 11:22:33 +02:00

Updated package.json for npm publishing

This commit is contained in:
Max Guglielmi 2015-10-15 21:01:22 +11:00
parent fa5eade768
commit 3f9a952862

View file

@ -1,8 +1,12 @@
{ {
"name": "TableFilter", "name": "TableFilter",
"version": "0.0.1", "version": "0.0.1",
"description": "Filter HTML tables data easily", "description": "A Javascript library making HTML tables filterable and a bit more :)",
"main": "tablefilter.js", "main": [
"dist/tablefilter/tablefilter.js",
"dist/tablefilter/tf-1.js",
"dist/tablefilter/style/tablefilter.css"
],
"license": "MIT", "license": "MIT",
"author": { "author": {
"name": "Max Guglielmi", "name": "Max Guglielmi",