Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "scrabble", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Scrabble is a lightweight module that lets you cheat on a wide range of word games, most notably, the eponymous. Pass your letters into Scrabble as a string and it will return an array of all the possible combinations of those letters that comprise words in the English dictionary.", | ||
"main": "scrabble.js", | ||
"files": [ | ||
"package.json", | ||
"englishWords.js", | ||
"scrabble.js", | ||
"scrabble.test.js", | ||
"readme.md" | ||
], | ||
"scripts": { | ||
"test": "node scrabble.test.js", | ||
"prepublish": "npm test" | ||
"prepublishOnly": "npm test" | ||
}, | ||
@@ -10,0 +17,0 @@ "keywords": [ |
2101131
5