Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Update deps to fix security issues
Browse files Browse the repository at this point in the history
...and replace unmaintained grunt-execute with grunt-run
  • Loading branch information
cap10morgan committed Jun 26, 2018
1 parent b7f708f commit 8cb034c
Show file tree
Hide file tree
Showing 3 changed files with 2,133 additions and 1,812 deletions.
7 changes: 4 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ module.exports = function (grunt) {
}
},

execute: {
run: {
sync_petition_code: {
src: ['<%= site.scripts %>/sync_petition_code.js']
cmd: 'node',
args: ['<%= site.scripts %>/sync_petition_code.js']
}
},

Expand Down Expand Up @@ -210,7 +211,7 @@ module.exports = function (grunt) {

concurrent: {
external_scripts: [
'execute:sync_petition_code'
'run:sync_petition_code'
],
tasks: [
'copy:server',
Expand Down
Loading

0 comments on commit 8cb034c

Please sign in to comment.