aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-04-05 23:56:04 +0300
committereug-vs <eug-vs@keemail.me>2020-04-06 00:02:47 +0300
commit400330fe5ebd6951a97f07b6147b3af6113e034f (patch)
tree9159c443e970ea2a0819edffbe2fe5cc101c1001 /package.json
parentffa56075c7f92ee0e3a5143fbf2e506eba016143 (diff)
downloadreact-benzin-400330fe5ebd6951a97f07b6147b3af6113e034f.tar.gz
chore: 3.1.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index a4dc5bd..a915372 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,8 @@
{
"name": "react-benzin",
- "version": "3.0.0",
+ "version": "3.1.0",
"description": "A powerful React Material components library.",
+ "homepage": "https://eug-vs.github.io/react-benzin",
"main": "dist/index.js",
"files": [
"dist",
@@ -35,6 +36,7 @@
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.1.0",
+ "gh-pages": "^2.2.0",
"react-scripts": "^3.3.1",
"typescript": "^3.7.5"
},