m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1a41e81..25a2e77 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,15 @@
{
"name": "dicebag",
- "version": "0.0.1",
+ "version": "0.1.0",
"description": "Dice expression parser and roller",
- "keywords": [ "dice", "random", "rpg", "tabletop", "roll", "roller" ],
+ "keywords": [
+ "dice",
+ "random",
+ "rpg",
+ "tabletop",
+ "roll",
+ "roller"
+ ],
"main": "index.js",
"scripts": {
"test": "jest",