summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/test/fixtures/native-overrides-test/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'addon-sdk/source/test/fixtures/native-overrides-test/package.json')
-rw-r--r--addon-sdk/source/test/fixtures/native-overrides-test/package.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/addon-sdk/source/test/fixtures/native-overrides-test/package.json b/addon-sdk/source/test/fixtures/native-overrides-test/package.json
deleted file mode 100644
index 346cf76f5..000000000
--- a/addon-sdk/source/test/fixtures/native-overrides-test/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "native-overrides-test",
- "main": "index.js",
- "dependencies": {
- "cool-tabs": "*",
- "foo": "*",
- "fs-extra": "*"
- },
- "jetpack": {
- "overrides": {
- "fs": "sdk/io/fs",
- "overload": "foo",
- "internal": "./lib/internal",
- "sdk/tabs": "./lib/tabs",
- "../ignore": "foo"
- }
- }
-}