hof 20.1.0 → 20.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,8 +3,10 @@
3
3
  module.exports = {
4
4
  addressLookup: require('./address-lookup'),
5
5
  clearSession: require('./clear-session'),
6
+ combineAndLoopFields: require('./combine-and-loop-fields'),
6
7
  date: require('./date'),
7
8
  emailer: require('./emailer'),
8
- summary: require('./summary'),
9
- notify: require('./notify')
9
+ homeOfficeCountries: require('./homeoffice-countries'),
10
+ notify: require('./notify'),
11
+ summary: require('./summary')
10
12
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "20.1.0",
4
+ "version": "20.1.1",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",