diff options
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | component.json | 8 |
2 files changed, 6 insertions, 4 deletions
@@ -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 |