Comparing version 1.0.2 to 1.1.0
var ps = {} | ||
ps.copyrightNotice = 'Copyright © ' + new Date().getFullYear() + ' PolicyStat LLC' | ||
ps.name = { | ||
pretty: 'PolicyStat LLC' | ||
} | ||
ps.copyrightNotice = 'Copyright © ' + new Date().getFullYear() + ' ' + ps.name.pretty | ||
module.exports = ps |
@@ -15,3 +15,3 @@ { | ||
"main": "lib/index.js", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "PolicyStat strings for easy reuse", | ||
@@ -18,0 +18,0 @@ "repository": { |
@@ -5,3 +5,6 @@ /* eslint-env jasmine */ | ||
var expectedSchema = { | ||
copyrightNotice: String | ||
name: { | ||
pretty: String | ||
}, | ||
copyrightNotice: String | ||
} | ||
@@ -8,0 +11,0 @@ var ps = require('../') |
Sorry, the diff of this file is not supported yet
4281
55