update version

This commit is contained in:
Sharon Kennedy 2020-04-28 20:36:15 -04:00
parent 229bb5ce0d
commit 59c65064fa

View File

@ -1,8 +1,8 @@
{ {
"name": "ocrcc-chatbox", "name": "safesupport-chatbox",
"version": "0.1.0", "version": "1.0.0",
"description": "building an embeddable js widget with react", "description": "A secure and private embeddable chatbox that connects to Riot",
"main": "index.js", "main": "dist/chatbox.js",
"scripts": { "scripts": {
"build": "NODE_ENV=production webpack-cli --mode production", "build": "NODE_ENV=production webpack-cli --mode production",
"start": "webpack-dev-server", "start": "webpack-dev-server",
@ -73,7 +73,7 @@
"./public" "./public"
] ]
}, },
"author": "Nomadic Labs", "author": "Nomadic Labs <sharon@nomadiclabs.ca",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@babel/core": "7.7.7", "@babel/core": "7.7.7",