regexp-generator: Make package private

As per the package.json docs, these are optional if the package is not
being published.
This commit is contained in:
Philip Chimento 2024-11-04 10:35:33 -08:00 committed by Philip Chimento
parent 684aec777f
commit 3aec6e3729

View File

@ -1,7 +1,5 @@
{
"name": "test262-regexp-class-escapes",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",