mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
don't forget to copy README!!!
This commit is contained in:
@ -107,7 +107,7 @@ function buildTs() {
|
||||
async function npmPublish() {
|
||||
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
|
||||
// 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",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tokenizers",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"description": "",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
Reference in New Issue
Block a user