mirror of
https://github.com/mii443/tokenizers.git
synced 2025-09-01 14:59:20 +00:00
don't forget to copy README!!!
This commit is contained in:
@ -107,7 +107,7 @@ function buildTs() {
|
|||||||
async function npmPublish() {
|
async function npmPublish() {
|
||||||
shell.echo('PUBLISHING ON NPM...');
|
shell.echo('PUBLISHING ON NPM...');
|
||||||
|
|
||||||
shell.cp("-r", ["package.json", "../../LICENSE"], distPath);
|
shell.cp("-r", ["package.json", "README.md", "../../LICENSE"], distPath);
|
||||||
|
|
||||||
// Add a NPM install script to the package.json that we push to NPM so that when consumers pull it down it
|
// Add a NPM install script to the package.json that we push to NPM so that when consumers pull it down it
|
||||||
// runs the expected node-pre-gyp step.
|
// runs the expected node-pre-gyp step.
|
||||||
|
2
bindings/node/package-lock.json
generated
2
bindings/node/package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tokenizers",
|
"name": "tokenizers",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tokenizers",
|
"name": "tokenizers",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user