summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>2015-06-11 21:04:50 -0400
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>2015-06-11 21:04:50 -0400
commitd4ad20dc55e978d50dfb27f11c016c79740368c1 (patch)
treec15a82168eb3ff59e766fadc26b68c58b54b29ca
parenta20293848431773f16cdc64b249273573864e06a (diff)
downloadfastdom-d4ad20dc55e978d50dfb27f11c016c79740368c1.zip
fastdom-d4ad20dc55e978d50dfb27f11c016c79740368c1.tar.gz
fastdom-d4ad20dc55e978d50dfb27f11c016c79740368c1.tar.bz2
Remove moot `version` property from bower.json
Per bower/bower.json-spec@a325da3 Also their maintainer says they probably won't ever use it: http://stackoverflow.com/questions/24844901/bowers-bower-json-file-version-property
-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"