adding bookmarklet

This commit is contained in:
Benjamin Boudreau
2018-06-03 16:01:32 -04:00
parent 5a2184062e
commit 799221f411
11 changed files with 60 additions and 15 deletions

View File

@@ -4,11 +4,11 @@
"description": "building an embeddable js widget with react",
"main": "index.js",
"scripts": {
"build": "webpack-cli",
"build": "webpack-cli --mode production",
"start": "webpack-serve --config ./webpack.config.js --mode development --open",
"test": "jest",
"test-update-snapshots": "jest --updateSnapshot",
"deploy": "webpack-cli && cp ./public/* ./dist/. && gh-pages -d dist"
"deploy": "npm run build && cp ./public/* ./dist/. && gh-pages -d dist"
},
"babel": {
"presets": [