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