m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2017-08-22 19:11:20 -0400
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2017-08-22 19:11:20 -0400
commit6a323b30b3a4b80baec963b4308bd8d8d2a48ad9 (patch)
treec50049a24d5f3ff9740777c0fca1ea53ae4a3576
parentee6ec6a052d0ebc9156038f02927df456c79a5e7 (diff)
0.1.0
-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",