UKHomeOfficeForms / hof-template-partials

DEPRECATED, this is built into hof v19 (ノ◕ヮ◕)ノ*:・゚✧
0 stars 3 forks source link

Publish a new version #4

Closed JoeChapman closed 7 years ago

JoeChapman commented 8 years ago

The version on npm exports module.exports = path.resolve(__dirname, './views'); from the index file, but the index.js file in this repo exports

module.exports = { 
    views: path.resolve(__dirname, './views'),
    translations: ....
}
joefitter commented 8 years ago

v1.0.1 published