@hsds/colorway
Advanced tools
Comparing version 7.9.2-alpha.5 to 7.9.2-alpha.6
{ | ||
"name": "@hsds/colorway", | ||
"version": "7.9.2-alpha.5", | ||
"version": "7.9.2-alpha.6", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "bin": { |
const pkg = require('../../../package.json'); | ||
exports.warning = ` | ||
// Generated with @helpscout/colorway (v${pkg.version}) | ||
// Generated with @hsds/colorway (v${pkg.version}) | ||
// | ||
// This file was automatically generated with @helpscout/colorway | ||
// This file was automatically generated with @hsds/colorway | ||
// Please don't modify this file. Your changes will be overwritten. | ||
// Instead, update the template at: | ||
// https://github.com/helpscout/colorway | ||
// https://github.com/helpscou/hsds//packages/colorway | ||
`.trim(); | ||
exports.content = exports.warning; | ||
//# sourceMappingURL=warning.js.map |
Sorry, the diff of this file is not supported yet
89263
65