diff options
author | 2022-08-04 07:25:24 +0200 | |
---|---|---|
committer | 2022-08-04 07:25:24 +0200 | |
commit | af69e089509812d73dd01bbb56165057f147b847 (patch) | |
tree | 2cfa42b7ed031193b4a4d1bb64a09dfe4567258e /package.json | |
parent | Bump FS-extra to 10.1.0 (diff) |
Make Package Private & Specify Node Versions
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index aaf2636..da04b2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,10 @@ { "name": "pydis-forms-frontend", "version": "0.1.0", - "private": false, + "private": true, + "engines": { + "node": "16.* || 18.*" + }, "license": "MIT", "dependencies": { "@codemirror/lang-python": "6.0.1", |