Convenient createX methods for TS (#5044)

This commit is contained in:
Kamil Rojewski
2018-11-16 18:17:54 +01:00
committed by Wouter van Oortmerssen
parent 9068b0ee63
commit 30bae01ea3
6 changed files with 179 additions and 13 deletions

View File

@@ -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": {}
}