Skip to content

Commit db343b5

Browse files
author
Florian Reiss
committed
3.2.2
1 parent b56e727 commit db343b5

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "@priotas/jquery-treetable",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "jQuery plugin for displaying a tree structure in a (HTML) table, i.e. a directory structure or a nested list.",
5-
"main": "jquery.treetable.js",
6-
"directories": {
7-
"test": "test"
8-
},
5+
"main": "src/jquery-treetable.js",
96
"scripts": {
107
"test": "echo \"Error: no test specified\" && exit 1"
118
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery treetable Plugin 3.2.0
2+
* jQuery treetable Plugin 3.2.2
33
* http://ludo.cubicphuse.nl/jquery-treetable
44
*
55
* Copyright 2013, Ludo van den Boom

0 commit comments

Comments
 (0)