tidy-table 4.0.7 → 4.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/README.md +0 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -206,20 +206,6 @@ Run [WebdriverIO](https://webdriver.io) E2E tests:
|
|
|
206
206
|
|
|
207
207
|
$ npm run test
|
|
208
208
|
|
|
209
|
-
## Unsupported releases
|
|
210
|
-
|
|
211
|
-
To install deprecated versions use [Bower](http://bower.io) or download the package [by tag](https://github.com/nuxy/tidy-table/tags).
|
|
212
|
-
|
|
213
|
-
### v3 (no dependencies)
|
|
214
|
-
|
|
215
|
-
$ bower install tidy-table#3
|
|
216
|
-
|
|
217
|
-
### v2 (requires [jQuery 1.8.3](http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js))
|
|
218
|
-
|
|
219
|
-
Compatible with Firefox 3.6, Chrome, Safari 5, Opera, and Internet Explorer 7+ web browsers.
|
|
220
|
-
|
|
221
|
-
$ bower install tidy-table#2
|
|
222
|
-
|
|
223
209
|
## Contributions
|
|
224
210
|
|
|
225
211
|
If you fix a bug, or have a code you want to contribute, please send a pull-request with your changes. (Note: Before committing your code please ensure that you are following the [Node.js style guide](https://github.com/felixge/node-style-guide))
|