aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-08-14 15:18:13 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-08-14 15:18:13 -0400
commit13d2be7f66c01ee9f09cb65f567eb3da760df670 (patch)
treef1f939f306b20c577231ddd836d8ea4bb0b677b8 /package.json
parent1b9ee607e0c34f82ef39da494329d24623debd18 (diff)
semi-synchronous editing between dash notes and google docs
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 326468ab9..7a629d813 100644
--- a/package.json
+++ b/package.json
@@ -63,6 +63,7 @@
"@types/cookie-parser": "^1.4.1",
"@types/cookie-session": "^2.0.36",
"@types/d3-format": "^1.3.1",
+ "@types/diff": "^4.0.2",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.16.1",
"@types/express-flash": "0.0.0",
@@ -127,6 +128,7 @@
"cookie-session": "^2.0.0-beta.3",
"crypto-browserify": "^3.11.0",
"d3-format": "^1.3.2",
+ "diff": "^4.0.1",
"dotenv": "^8.0.0",
"express": "^4.16.4",
"express-flash": "0.0.2",