bump node bindings version: 0.2.3

This commit is contained in:
Pierric Cistac
2020-01-14 17:08:57 -05:00
parent cd167816d6
commit 25546d00c6
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tokenizers",
"version": "0.2.2",
"version": "0.2.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "tokenizers",
"version": "0.2.2",
"version": "0.2.3",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -20,7 +20,7 @@
"typescript": "^3.7.4"
},
"engines": {
"node": ">=12.0.0"
"node": ">=10 < 11 || >=12 <14"
},
"scripts": {
"dev-ts": "rm -rf dist && tsc && ln -s $(pwd)/lib/bindings dist/bindings",