Skip to content

Commit

Permalink
😒 moving email dep
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed Aug 1, 2016
1 parent 4ca1be6 commit a4803b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/routes/workflows.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const routes = application => {
const data = revision.value;

// clear extraneous values
const remove = ['sunrise-date', 'sunrise-time', 'sunset-time', 'sunset-date', 'submit'];
const remove = ['sunrise-date', 'sunrise-time', 'sunset-time', 'sunset-date', 'submit', 'action', 'comment-textarea'];
remove.forEach(rmv => {
delete data[rmv];
});
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"express-session": "^1.13.0",
"ibm-design-colors": "^1.6.0",
"input-plugin-checkbox": "^0.1.0",
"input-plugin-email": "^0.1.0",
"input-plugin-password": "0.0.1",
"input-plugin-quote": "0.0.1",
"input-plugin-radio": "0.0.1",
Expand All @@ -62,6 +63,7 @@
"js-yaml": "^3.6.1",
"knex": "^0.11.7",
"lodash": "^4.13.1",
"modularscale-sass": "^2.1.1",
"moment": "^2.13.0",
"moment-timezone": "^0.5.4",
"morgan": "^1.6.1",
Expand All @@ -77,14 +79,12 @@
"serve-favicon": "^2.3.0",
"underscore.string": "^3.3.4",
"uuid": "^2.0.2",
"modularscale-sass": "^2.1.1",
"validator": "^5.4.0"
},
"devDependencies": {
"ava": "^0.15.2",
"coveralls": "^2.11.9",
"ghooks": "^1.2.4",
"input-plugin-email": "0.1.0",
"input-plugin-text": "0.0.5",
"jsdom": "^9.2.0",
"lorem-ipsum": "^1.0.3",
Expand Down

0 comments on commit a4803b1

Please sign in to comment.