summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bower.json2
-rw-r--r--component.json8
2 files changed, 6 insertions, 4 deletions
diff --git a/bower.json b/bower.json
index 98fe1fd..27de339 100644
--- a/bower.json
+++ b/bower.json
@@ -2,7 +2,7 @@
"name": "fastdom",
"description": "Eliminates layout thrashing by batching DOM read/write operations",
"version": "0.7.0",
- "main": "lib/fastdom.js",
+ "main": "index.js",
"scripts": [
"index.js"
],
diff --git a/component.json b/component.json
index a83dad7..6b13549 100644
--- a/component.json
+++ b/component.json
@@ -2,12 +2,14 @@
"name": "fastdom",
"description": "Eliminates layout thrashing by batching DOM read/write operations",
"version": "0.7.0",
- "main": "lib/fastdom.js",
+ "main": "index.js",
"scripts": [
"index.js"
],
"ignore": [
- "examples/"
+ "examples/",
+ "test/",
+ "README.md"
],
"license": "MIT"
-}
+} \ No newline at end of file