adding docs

This commit is contained in:
Benjamin Boudreau
2018-06-03 11:15:23 -04:00
parent c99f06b5a4
commit f54226a325
2 changed files with 50 additions and 19 deletions

View File

@@ -4,6 +4,7 @@
"description": "building an embeddable js widget with react",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-serve --config ./webpack.config.js --mode development --open",
"test": "jest"
},