summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/test/fixtures/native-addon-test/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'addon-sdk/source/test/fixtures/native-addon-test/package.json')
-rw-r--r--addon-sdk/source/test/fixtures/native-addon-test/package.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/addon-sdk/source/test/fixtures/native-addon-test/package.json b/addon-sdk/source/test/fixtures/native-addon-test/package.json
deleted file mode 100644
index f689b83f6..000000000
--- a/addon-sdk/source/test/fixtures/native-addon-test/package.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "main":"index.js",
- "dependencies": {
- "test-math": "*",
- "test-custom-main": "*",
- "test-custom-main-relative": "*",
- "test-default-main": "*",
- "test-assets": "*"
- }
-}