package.json (tablesort-5.2.1) | : | package.json (tablesort-5.3.0) | ||
---|---|---|---|---|
{ | { | |||
"name": "tablesort", | "name": "tablesort", | |||
"description": "A sorting component for HTML tables", | "description": "A sorting component for HTML tables", | |||
"version": "5.2.1", | "version": "5.3.0", | |||
"author": "tristen", | "author": "tristen", | |||
"license": "MIT", | "license": "MIT", | |||
"main": "./src/tablesort.js", | "main": "./src/tablesort.js", | |||
"homepage": "http://tristen.ca/tablesort/demo/", | "homepage": "http://tristen.ca/tablesort/demo/", | |||
"scripts": { | "scripts": { | |||
"build": "grunt", | "build": "grunt", | |||
"test": "tape test/test.client.js | tap-spec" | "test": "tape test/test.client.js | tap-spec" | |||
}, | }, | |||
"repository": { | "repository": { | |||
"type": "git", | "type": "git", | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |