-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,6 +57,11 @@ or, use a git url in your package.json dependencies: | |
|
||
Package is about __10 MB__ in size and uncompresses to about 34 MB. | ||
|
||
For older nodes < 0.6, use | ||
|
||
npm install [email protected] | ||
|
||
|
||
Properties | ||
------------ | ||
|
||
|
@@ -74,7 +79,7 @@ v3.0.x are pegged to WordNet 3.0 DB. | |
|
||
v3.0.0 -- includes the uncompressed (text) dict files. On Windows systems, do a `git config core.autocrlf false` before cloning so that CRLF isn't applied to data files. | ||
|
||
v3.0.1 -- this includes the actual WordNet tar file, which is unpacked at install time. There should be no CRLF issues. Uses build-in 'zlib' package, therefore requires node > 0.6. | ||
v3.0.1 -- this includes the actual WordNet tar file, which is unpacked at install time. There should be no CRLF issues. Uses build-in 'zlib' package, therefore requires node >= 0.6. | ||
|
||
|
||
License | ||
|