don't forget to copy README!!!

This commit is contained in:
Pierric Cistac
2020-01-14 17:31:29 -05:00
parent 25546d00c6
commit a779714a9e
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "tokenizers",
"version": "0.2.3",
"version": "0.2.4",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",