From 08ac17361566291d3e5415599d6f239a2fa90c7f Mon Sep 17 00:00:00 2001
From: Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com>
Date: Sat, 15 Jul 2017 00:17:15 -0400
Subject: Rename project

---
 README.md    |  4 +++-
 package.json | 10 +++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index d6d96ba..d187bcd 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,3 @@
-# dice.js
+# dicebag
+
+A dice expression parser and roller.
diff --git a/package.json b/package.json
index 0d70a85..638827a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
-  "name": "dice",
+  "name": "dicebag",
   "version": "0.0.1",
-  "description": "Dice expression parser and evaluator",
+  "description": "Dice expression parser and roller",
   "main": "index.js",
   "scripts": {
     "test": "jest",
@@ -9,14 +9,14 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/m-chrzan/dice.js.git"
+    "url": "git+https://github.com/m-chrzan/dicebag.git"
   },
   "author": "Marcin Chrzanowski",
   "license": "MIT",
   "bugs": {
-    "url": "https://github.com/m-chrzan/dice.js/issues"
+    "url": "https://github.com/m-chrzan/dicebag/issues"
   },
-  "homepage": "https://github.com/m-chrzan/dice.js#readme",
+  "homepage": "https://github.com/m-chrzan/dicebag#readme",
   "devDependencies": {
     "eslint": "^4.2.0",
     "jest": "^20.0.4"
-- 
cgit v1.2.3