summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/binary-package-windows
diff options
context:
space:
mode:
Diffstat (limited to 'tests/registry/npm/@denotest/binary-package-windows')
-rw-r--r--tests/registry/npm/@denotest/binary-package-windows/1.0.0/index.js1
-rw-r--r--tests/registry/npm/@denotest/binary-package-windows/1.0.0/package.json8
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/binary-package-windows/1.0.0/index.js b/tests/registry/npm/@denotest/binary-package-windows/1.0.0/index.js
new file mode 100644
index 000000000..57344ca00
--- /dev/null
+++ b/tests/registry/npm/@denotest/binary-package-windows/1.0.0/index.js
@@ -0,0 +1 @@
+console.log("Hello from binary package on windows"); \ No newline at end of file
diff --git a/tests/registry/npm/@denotest/binary-package-windows/1.0.0/package.json b/tests/registry/npm/@denotest/binary-package-windows/1.0.0/package.json
new file mode 100644
index 000000000..1c0af637d
--- /dev/null
+++ b/tests/registry/npm/@denotest/binary-package-windows/1.0.0/package.json
@@ -0,0 +1,8 @@
+{
+ "name": "@denotest/binary-package-windows",
+ "version": "1.0.0",
+ "main": "index.js",
+ "os": [
+ "win32"
+ ]
+}