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:29:29 -0400 |
commit | 3699ef463224a08233f9c37c6c7ad8235eb9a758 (patch) | |
tree | a9e7d6a59bfc1dee764501d423ea5fc7e05863e2 /build | |
parent | 0654711e0d929187249ca9507ae5881c72947843 (diff) | |
download | jquery-3699ef463224a08233f9c37c6c7ad8235eb9a758.tar.gz jquery-3699ef463224a08233f9c37c6c7ad8235eb9a758.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 ae8d3bc21..98d6de30e 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: [ |