chore: make example and bench package private

This commit is contained in:
LongYinan 2022-02-09 20:42:00 +08:00
parent 90af390f65
commit 1f09a0cf77
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{
"name": "bench",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "node ../cli/scripts/index.js build --js false --release"
}

View file

@ -1,6 +1,7 @@
{
"name": "compat-mode-examples",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "node ../../cli/scripts/index.js build --js false --features \"latest\"",
"build-napi3": "node ../../cli/scripts/index.js build --js false --features \"napi3\"",