summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKamil Rojewski <krojew@users.noreply.github.com>2018-11-16 18:17:54 +0100
committerWouter van Oortmerssen <aardappel@gmail.com>2018-11-16 09:17:54 -0800
commit30bae01ea3ad1cd25eb32aa55f9f1ab36b74122a (patch)
tree3ff145ff709687d98967ef9cfe64f562364eeef5 /package.json
parent9068b0ee63a08e2ce6a2fd1bd2797ccfae6f10d3 (diff)
downloadflatbuffers-30bae01ea3ad1cd25eb32aa55f9f1ab36b74122a.tar.gz
flatbuffers-30bae01ea3ad1cd25eb32aa55f9f1ab36b74122a.tar.bz2
flatbuffers-30bae01ea3ad1cd25eb32aa55f9f1ab36b74122a.zip
Convenient createX methods for TS (#5044)
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index 0e4b0f85..daf76b07 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,10 @@
"name": "flatbuffers",
"version": "1.10.2",
"description": "Memory Efficient Serialization Library",
- "files": ["js/flatbuffers.js", "js/flatbuffers.mjs"],
+ "files": [
+ "js/flatbuffers.js",
+ "js/flatbuffers.mjs"
+ ],
"main": "js/flatbuffers",
"module": "js/flatbuffers.mjs",
"directories": {
@@ -26,5 +29,6 @@
"bugs": {
"url": "https://github.com/google/flatbuffers/issues"
},
- "homepage": "https://google.github.io/flatbuffers/"
+ "homepage": "https://google.github.io/flatbuffers/",
+ "dependencies": {}
}