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"