Commit Graph

48 Commits

Author SHA1 Message Date
Liam Newman
7125fd05c2 v1.2.0
Jumping past 1.0 to avoid conflicts with any other package versions.
2013-03-27 15:20:56 -07:00
Liam Newman
2ea625f780 More License administrivia
In looking around at related projects, I've seen a number of them
embedding and reusing individual files instead of the whole project.

As such it makes sense to put the license into the files themselves.

The code is free, this just just clearerly states that it should remain so.
2013-03-27 15:17:37 -07:00
Liam Newman
2ff25bad5c Workaround limitation of windows npm install softlinking
Closes #212
2013-03-27 14:02:15 -07:00
Liam Newman
5000464bf0 Separate the node aspects of test from browser runnable ones 2013-03-21 00:13:44 -07:00
Daniel Stockman
7697693d13 0.4.2 2013-03-19 14:08:14 -07:00
Daniel Stockman
be4ee7356f Close angle bracket around email in contributors list. 2013-03-19 13:11:35 -07:00
Daniel Stockman
61593e58d4 Add 'homepage' to package metadata. 2013-03-19 13:10:51 -07:00
Daniel Stockman
04befed036 Change repository.url to core repo. 2013-03-19 13:10:27 -07:00
Daniel Stockman
edc8b41f4a Add 'bugs' URL to package metadata. 2013-03-19 13:10:05 -07:00
Liam Newman
2737212b9b Add @bitwiseman to npm package contributors 2013-03-19 12:28:59 -07:00
Daniel Stockman
b5821920b2 index.js should be the 'main' entry point in package.json. 2013-03-19 11:46:45 -07:00
Daniel Stockman
0b1ba95c7c 0.4.1 2013-03-18 18:55:52 -07:00
Daniel Stockman
d75860cf06 0.4.0 2013-03-18 18:52:08 -07:00
Daniel Stockman
5b93c4cec3 0.3.9 2013-03-18 18:40:28 -07:00
Daniel Stockman
9194e2c1d2 0.3.8 2013-03-18 16:27:03 -07:00
Daniel Stockman
e3e642597b 0.3.7 2013-03-18 14:01:13 -07:00
Daniel Stockman
21cb51b2b3 0.3.6 2013-03-18 13:33:40 -07:00
Daniel Stockman
6096091048 Add css-beautify and html-beautify executables, with the script name providing the default type. refs #2 2013-03-18 12:52:53 -07:00
Daniel Stockman
dbe3da8091 0.3.5 2013-03-14 19:39:25 -07:00
Daniel Stockman
71d3bb686a 0.3.4 2013-03-13 13:06:34 -07:00
Daniel Stockman
d89a81342f Firm up dependency versions a wee bit. 2013-03-13 11:29:41 -07:00
Daniel Stockman
f8a6cbb756 0.3.3 2013-02-28 12:02:49 -08:00
Daniel Stockman
09bf6c18b2 0.3.2 2013-01-25 10:07:01 -08:00
Daniel Stockman
54c1537d4e v0.3.1 2012-12-10 12:24:46 -08:00
Daniel Stockman
c4791eddae v0.3.0 2012-12-06 13:58:44 -08:00
Daniel Stockman
bdaea4dd84 Massive refactoring of CLI using nopt and config-chain.
* You may now use environment variables (prefixed by jsbeautify_), a .jsbeautifyrc file, or a custom JSON file (via --config) to pass options.
 * cli.js itself is much more functional in layout. The majority of it should probably be extracted into a seperate file.
2012-12-06 13:56:34 -08:00
Daniel Stockman
569be87c7d npm package v0.2.4 2012-12-05 11:42:41 -08:00
Daniel Stockman
794797397e Call tests properly (no shebang). 2012-12-05 11:39:15 -08:00
Daniel Stockman
54422815cc npm package v0.2.3 2012-08-08 13:03:19 -07:00
Daniel Stockman
1eff4be810 npm package v0.2.2 2012-08-02 12:30:38 -07:00
Daniel Stockman
15c672d398 npm package v0.2.1 2012-07-23 17:44:59 -07:00
Daniel Stockman
56b241fadc npm package v0.2.0 2012-07-17 10:51:42 -07:00
Daniel Stockman
6477197716 Support 0.4.x by loading JSON the old-fashioned way (when necessary). 2012-07-17 10:51:00 -07:00
Daniel Stockman
9056b66708 npm package v0.1.8 2012-07-16 14:56:15 -07:00
Daniel Stockman
1403c5b465 Specify node-package branch in repository:url metadata. 2012-07-16 14:55:59 -07:00
Daniel Stockman
118fc618e0 npm package v0.1.7 2012-07-16 14:19:37 -07:00
Daniel Stockman
914f572f43 Rename executable to match package name and disambiguate from other forks. 2012-07-16 14:18:35 -07:00
Daniel Stockman
7f15a37e32 npm package v0.1.6 2012-07-16 14:15:08 -07:00
Daniel Stockman
cf4e2d054e Add contributors to beautify.js to package.json contributors list. 2012-07-16 14:14:24 -07:00
Daniel Stockman
ef59c6d6d3 npm package v0.1.5 2012-07-16 13:38:34 -07:00
Daniel Stockman
786e51ee13 Require node 0.6.x or greater. 2012-07-16 13:38:18 -07:00
Daniel Stockman
08bdee0aa7 npm package v0.1.4 2012-07-16 13:21:23 -07:00
Daniel Stockman
d35412cdd7 npm package v0.1.3 2012-07-16 13:14:36 -07:00
Daniel Stockman
1ece3da15e npm package v0.1.2 2012-07-13 17:47:16 -07:00
Daniel Stockman
4016021609 Bump npm package to v0.1.1 2012-07-13 16:56:36 -07:00
Daniel Stockman
61a1e74a21 Prefer global installation. 2012-07-13 16:55:19 -07:00
Daniel Stockman
ddbec116c2 Add cli.js, used as executable jsbeautify when installed. 2012-07-13 16:54:36 -07:00
Daniel Stockman
d560db8552 Add package.json and ignores. 2012-07-13 16:52:34 -07:00