summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-10-05 10:35:28 +0100
committerWilson Page <wilsonpage@me.com>2013-10-05 10:35:28 +0100
commit585b625e4405fbdbe9e855c0dedaf66d005d457a (patch)
treec500ca48d807141f17bee61e7c0aa8d20f9ff903
parentfe542becb2d135d5ef857f2a353d76cb19e62088 (diff)
downloadfastdom-585b625e4405fbdbe9e855c0dedaf66d005d457a.zip
fastdom-585b625e4405fbdbe9e855c0dedaf66d005d457a.tar.gz
fastdom-585b625e4405fbdbe9e855c0dedaf66d005d457a.tar.bz2
Update old paths
-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