chore: make example and bench package private
This commit is contained in:
parent
90af390f65
commit
1f09a0cf77
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "bench",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "node ../cli/scripts/index.js build --js false --release"
|
||||
}
|
||||
|
|
|
@ -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\"",
|
||||
|
|
Loading…
Reference in a new issue