diff options
author | Wilson Page <wilsonpage@me.com> | 2013-10-05 10:35:28 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-10-05 10:35:28 +0100 |
commit | 585b625e4405fbdbe9e855c0dedaf66d005d457a (patch) | |
tree | c500ca48d807141f17bee61e7c0aa8d20f9ff903 | |
parent | fe542becb2d135d5ef857f2a353d76cb19e62088 (diff) | |
download | fastdom-585b625e4405fbdbe9e855c0dedaf66d005d457a.zip fastdom-585b625e4405fbdbe9e855c0dedaf66d005d457a.tar.gz fastdom-585b625e4405fbdbe9e855c0dedaf66d005d457a.tar.bz2 |
Update old paths
-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 |