hof 20.1.4 → 20.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,15 +1,13 @@
1
1
 
2
2
  module.exports = {
3
- componentDefaults: {
4
- homeOfficeCountries: [
5
- 'nationality',
6
- 'former-nationality',
7
- 'dual-nationality',
8
- 'nominated-nationality',
9
- 'nationality-error',
10
- 'country',
11
- 'country-of-birth',
12
- 'someone-else-nationality'
13
- ]
14
- }
3
+ homeOfficeCountries: [
4
+ 'nationality',
5
+ 'former-nationality',
6
+ 'dual-nationality',
7
+ 'nominated-nationality',
8
+ 'nationality-error',
9
+ 'country',
10
+ 'country-of-birth',
11
+ 'someone-else-nationality'
12
+ ]
15
13
  };
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.4",
4
+ "version": "20.1.6",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",