Skip to content

Commit

Permalink
Improve and update rword and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Mar 23, 2019
1 parent 9a0af73 commit eb76b18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "rword",
"version": "3.0.0",
"version": "3.0.1",
"description": "A cryptographically secure random generator for real English words. Contains ~130,000 English words between 3 and 10 characters long.",
"main": "dist/rword.js",
"types": "dist/rword.d.ts",
"scripts": {
"watch-build": "npm run build -- -w",
"build": "tsc -p ./",
"test": "node dist/test"
},
Expand All @@ -21,9 +22,12 @@
"words",
"word",
"english",
"real"
"real",
"cryptographically secure",
"csprng",
"cprng"
],
"author": "Xyfir, LLC (https://www.xyfir.com/)",
"author": "Xyfir, LLC (https://www.xyfir.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xyfir/rword/issues"
Expand All @@ -33,7 +37,7 @@
},
"homepage": "https://github.com/Xyfir/rword#readme",
"devDependencies": {
"@types/node": "^10.12.2",
"typescript": "^3.1.6"
"@types/node": "^11.11.6",
"typescript": "^3.3.4000"
}
}

0 comments on commit eb76b18

Please sign in to comment.