updated readme; upgraded @google/clasp to v1.5.3

This commit is contained in:
Yoni Slotwinere
2018-09-18 13:57:22 -04:00
committed by Elisha Nuchi
parent 461c78c21e
commit 118af27cc0
3 changed files with 40 additions and 43 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
"test": "test",
"start": "webpack --mode development",
"build": "webpack --mode production",
"deploy": "clasp push"
"deploy": "npm run build && npx clasp push"
},
"keywords": [
"react",
@@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@google/clasp": "^1.5.0",
"@google/clasp": "^1.5.3",
"@types/google-apps-script": "0.0.26",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",