Skip to content

Commit 4f1e4b4

Browse files
author
Lauren McCarthy
committed
removing grunt-update-json, no longer used
1 parent d771fd7 commit 4f1e4b4

File tree

3 files changed

+0
-82
lines changed

3 files changed

+0
-82
lines changed

Gruntfile.js

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
* docs, and does not perform linting, minification,
4343
* or run tests. It's faster than watch:main.
4444
*
45-
* grunt update_json - This automates updating the bower file
46-
* to match the package.json
47-
*
4845
* grunt karma - This runs the performance benchmarks in
4946
* multiple real browsers on the developers local machine.
5047
* It will automatically detect which browsers are
@@ -274,25 +271,6 @@ module.exports = function(grunt) {
274271

275272
mochaChrome: mochaConfig,
276273

277-
// This is a standalone task, used to automatically update the bower.json
278-
// file to match the values in package.json. It is (likely) used as part
279-
// of the manual release strategy.
280-
update_json: {
281-
// set some task-level options
282-
options: {
283-
src: 'package.json',
284-
indent: '\t'
285-
},
286-
287-
// update bower.json with data from package.json
288-
bower: {
289-
src: 'package.json', // where to read from
290-
dest: 'bower.json', // where to write to
291-
// the fields to update, as a String Grouping
292-
fields: 'name version description repository'
293-
}
294-
},
295-
296274
// This minifies the javascript into a single file and adds a banner to the
297275
// front of the file.
298276
uglify: {

package-lock.json

Lines changed: 0 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"grunt-open": "^0.2.3",
7171
"grunt-release-it": "^1.0.1",
7272
"grunt-saucelabs": "^9.0.0",
73-
"grunt-update-json": "^0.2.1",
7473
"html2plaintext": "^1.1.1",
7574
"husky": "^0.14.3",
7675
"karma": "^3.0.0",

0 commit comments

Comments
 (0)