diff options
author | Derek Bailey <dbaileychess@gmail.com> | 2022-02-24 22:21:36 -0800 |
---|---|---|
committer | Derek Bailey <dbaileychess@gmail.com> | 2022-02-24 22:21:36 -0800 |
commit | 1a4c405662a4a7a448ea5a21a6ae6ea43d4f096c (patch) | |
tree | 70b776a0879056bf644d652feb3c6b01b3e07589 /package.json | |
parent | 318594e4b44891ba5675280c59bd8ef2d3441423 (diff) | |
download | flatbuffers-1a4c405662a4a7a448ea5a21a6ae6ea43d4f096c.tar.gz flatbuffers-1a4c405662a4a7a448ea5a21a6ae6ea43d4f096c.tar.bz2 flatbuffers-1a4c405662a4a7a448ea5a21a6ae6ea43d4f096c.zip |
updated npm to 2.0.6
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 49097874..443ae4a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flatbuffers", - "version": "2.0.4", + "version": "2.0.6", "description": "Memory Efficient Serialization Library", "files": [ "js/**/*.js", |