]> git.ipfire.org Git - thirdparty/moment.git/commit
Add package_json grunt task to update package.json
authorIskren Chernev <iskren.chernev@gmail.com>
Wed, 30 Jul 2014 04:36:30 +0000 (21:36 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 30 Jul 2014 04:36:30 +0000 (21:36 -0700)
commit448066f2a3a211ebaffe5510c35eba5a31b51f70
tree8f4a04bde8dd688f82314979fc482c59b1eab221
parent7105b3135331560b00a88236a1628503e54589be
Add package_json grunt task to update package.json

package.json contains a list of locale files, that was manually updated until
now. This PR adds a grunt task to update package.json and registers it to run
on release.

fixes #1766
Gruntfile.js
tasks/package_json.js [new file with mode: 0644]