diff options
author | Chris Rebert <github@rebertia.com> | 2015-05-12 20:13:46 -0700 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2015-05-13 12:28:21 -0400 |
commit | 61e21a4eaf479406b660328f4df7e3183c32386b (patch) | |
tree | 32e0b3f993eb815e5120ba248d674a054b6f289e /build | |
parent | 2d715940b9b6fdeed005cd006c8bf63951cf7fb2 (diff) | |
download | jquery-61e21a4eaf479406b660328f4df7e3183c32386b.tar.gz jquery-61e21a4eaf479406b660328f4df7e3183c32386b.zip |
Build: bower.json: remove moot `version` field
Related:
https://github.com/bower/bower.json-spec/commit/a325da3d79baab018c572d75dc1781b12322f6cd
Close gh-2304
Diffstat (limited to 'build')
-rw-r--r-- | build/release/dist.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/release/dist.js b/build/release/dist.js index 624e44bb0..7d134b429 100644 --- a/build/release/dist.js +++ b/build/release/dist.js @@ -36,7 +36,6 @@ module.exports = function( Release, complete ) { function generateBower() { return JSON.stringify({ name: pkg.name, - version: pkg.version, main: pkg.main, license: "MIT", ignore: [ |