summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2015-12-10 16:27:16 +0000
committerWilson Page <wilsonpage@me.com>2015-12-10 16:27:16 +0000
commit6c4958941d2c86cdfa6dc17a8b286399f3f71729 (patch)
treec15a82168eb3ff59e766fadc26b68c58b54b29ca
parenta20293848431773f16cdc64b249273573864e06a (diff)
parentd4ad20dc55e978d50dfb27f11c016c79740368c1 (diff)
downloadfastdom-6c4958941d2c86cdfa6dc17a8b286399f3f71729.zip
fastdom-6c4958941d2c86cdfa6dc17a8b286399f3f71729.tar.gz
fastdom-6c4958941d2c86cdfa6dc17a8b286399f3f71729.tar.bz2
Merge pull request #60 from kkirsche/patch-1
Remove moot `version` property from bower.json
-rw-r--r--bower.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index a588a95..4cb247b 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,6 @@
{
"name": "fastdom",
"description": "Eliminates layout thrashing by batching DOM read/write operations",
- "version": "0.8.6",
"main": "index.js",
"scripts": [
"index.js"