diff options
Diffstat (limited to 'tests/registry/npm/@denotest/binary-package-linux/1.0.0/package.json')
-rw-r--r-- | tests/registry/npm/@denotest/binary-package-linux/1.0.0/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/binary-package-linux/1.0.0/package.json b/tests/registry/npm/@denotest/binary-package-linux/1.0.0/package.json new file mode 100644 index 000000000..3b450e0d9 --- /dev/null +++ b/tests/registry/npm/@denotest/binary-package-linux/1.0.0/package.json @@ -0,0 +1,8 @@ +{ + "name": "@denotest/binary-package-linux", + "version": "1.0.0", + "main": "index.js", + "os": [ + "linux" + ] +} |