diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-09-05 03:30:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-05 03:30:41 +0000 |
commit | 428805e66f993884643136dc2d8267c53bd81588 (patch) | |
tree | 630deab9c7db1ffd00ea205fa7f1f420da0de7cb /package.json | |
parent | 763b24fe2114e10e8d040b4fe5b9fce22781de32 (diff) | |
parent | b4bda1447abdddf35e498d5d792e30ec23034354 (diff) |
Merge pull request #640 from ueokande/auto-deploy
Deploy an addon automatically
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index c99a84c..2306396 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "eslint": "^6.2.2", "eslint-plugin-react": "^7.14.3", "html-webpack-plugin": "^3.2.0", + "jsonwebtoken": "^8.5.1", "jszip": "^3.2.2", "karma": "^4.2.0", "karma-firefox-launcher": "^1.2.0", @@ -55,6 +56,7 @@ "redux": "^4.0.4", "redux-promise": "^0.6.0", "reflect-metadata": "^0.1.13", + "request-promise-native": "^1.0.7", "sass-loader": "^7.3.1", "sinon": "^7.4.1", "sinon-chrome": "^3.0.1", |