chore(memory-testing): make pkg private
This commit is contained in:
parent
c3852543a5
commit
61c73fcf5e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "memory-testing",
|
"name": "memory-testing",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node ../cli/scripts/index.js build --release"
|
"build": "node ../cli/scripts/index.js build --release"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue