diff options
author | Wilson Page <wilsonpage@me.com> | 2015-12-10 16:27:16 +0000 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2015-12-10 16:27:16 +0000 |
commit | 6c4958941d2c86cdfa6dc17a8b286399f3f71729 (patch) | |
tree | c15a82168eb3ff59e766fadc26b68c58b54b29ca | |
parent | a20293848431773f16cdc64b249273573864e06a (diff) | |
parent | d4ad20dc55e978d50dfb27f11c016c79740368c1 (diff) | |
download | fastdom-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.json | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |