diff options
| author | EuAndreh <eu@euandre.org> | 2025-07-20 09:43:33 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-07-20 09:43:33 -0300 |
| commit | 6739d6ac8e968efddaa491e9d24d9b6804f3577a (patch) | |
| tree | 0bf333eb615923822f0264430e905bb1aceead5e /package.json | |
| parent | src/sjs.mjs: Add reductions() (diff) | |
| download | sjs-6739d6ac8e968efddaa491e9d24d9b6804f3577a.tar.gz sjs-6739d6ac8e968efddaa491e9d24d9b6804f3577a.tar.xz | |
Makefile: Update installation directory to be compatible with node
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..7f0f12b --- /dev/null +++ b/package.json @@ -0,0 +1,3 @@ +{ + "main": "src/sjs.mjs" +} |
