chore(memory-testing): make pkg private

This commit is contained in:
LongYinan 2021-09-15 00:14:49 +08:00
parent c3852543a5
commit 61c73fcf5e
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -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"
}, },