mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 21:45:04 +02:00
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:
parent
684aec777f
commit
3aec6e3729
@ -1,7 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "test262-regexp-class-escapes",
|
"private": true,
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "",
|
|
||||||
"main": "index.mjs",
|
"main": "index.mjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user