fix blasted crlf for CLI. Bump to 0.1.15

This commit is contained in:
Moos 2014-10-17 09:25:52 -07:00
parent b92b72bceb
commit 4f0e675f3f
4 changed files with 3 additions and 3 deletions

1
.gitattributes vendored
View File

@ -1 +0,0 @@
* text=auto

View File

@ -279,7 +279,7 @@ done in 1375 msecs
## Changes ## Changes
0.1.14 0.1.15
- Added `syn` (synonym) and `exp` (example) CLI commands. - Added `syn` (synonym) and `exp` (example) CLI commands.
- Fixed `rand` CLI command when no start word given. - Fixed `rand` CLI command when no start word given.
- Removed -N, --num CLI option. Use `wordpos rand [N]` to get N random numbers. - Removed -N, --num CLI option. Use `wordpos rand [N]` to get N random numbers.

1
bin/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.js eol=lf

View File

@ -3,7 +3,7 @@
"author": "Moos <mooster@42at.com>", "author": "Moos <mooster@42at.com>",
"keywords": ["natural", "language", "wordnet", "adjectives", "nouns", "adverbs", "verbs"], "keywords": ["natural", "language", "wordnet", "adjectives", "nouns", "adverbs", "verbs"],
"description": "wordpos is a set of part-of-speech utilities for Node.js using natural's WordNet module.", "description": "wordpos is a set of part-of-speech utilities for Node.js using natural's WordNet module.",
"version": "0.1.14", "version": "0.1.15",
"homepage": "https://github.com/moos/wordpos", "homepage": "https://github.com/moos/wordpos",
"engines": { "engines": {
"node": ">=0.6" "node": ">=0.6"