summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/test/addons/layout-change/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'addon-sdk/source/test/addons/layout-change/package.json')
-rw-r--r--addon-sdk/source/test/addons/layout-change/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/addon-sdk/source/test/addons/layout-change/package.json b/addon-sdk/source/test/addons/layout-change/package.json
new file mode 100644
index 000000000..fe370f5a6
--- /dev/null
+++ b/addon-sdk/source/test/addons/layout-change/package.json
@@ -0,0 +1,7 @@
+{
+ "id": "test-layout-change@jetpack",
+ "name": "test-layout-change",
+ "ignore-deprecated-path": true,
+ "version": "0.0.2",
+ "main": "./lib/main.js"
+}