From 4f0e675f3f7b222576aa44ae81654841e5acc0ac Mon Sep 17 00:00:00 2001 From: Moos Date: Fri, 17 Oct 2014 09:25:52 -0700 Subject: [PATCH] fix blasted crlf for CLI. Bump to 0.1.15 --- .gitattributes | 1 - README.md | 2 +- bin/.gitattributes | 1 + package.json | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .gitattributes create mode 100644 bin/.gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 176a458..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* text=auto diff --git a/README.md b/README.md index 6c6e6d1..0576ef0 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ done in 1375 msecs ## Changes -0.1.14 +0.1.15 - Added `syn` (synonym) and `exp` (example) CLI commands. - Fixed `rand` CLI command when no start word given. - Removed -N, --num CLI option. Use `wordpos rand [N]` to get N random numbers. diff --git a/bin/.gitattributes b/bin/.gitattributes new file mode 100644 index 0000000..4964429 --- /dev/null +++ b/bin/.gitattributes @@ -0,0 +1 @@ +*.js eol=lf diff --git a/package.json b/package.json index ec184bb..51d9fd5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "Moos ", "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.", - "version": "0.1.14", + "version": "0.1.15", "homepage": "https://github.com/moos/wordpos", "engines": { "node": ">=0.6"