diff options
author | Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com> | 2015-06-11 21:04:50 -0400 |
---|---|---|
committer | Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com> | 2015-06-11 21:04:50 -0400 |
commit | d4ad20dc55e978d50dfb27f11c016c79740368c1 (patch) | |
tree | c15a82168eb3ff59e766fadc26b68c58b54b29ca | |
parent | a20293848431773f16cdc64b249273573864e06a (diff) | |
download | fastdom-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.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" |