diff options
author | Matthew Miller <matthew@millerti.me> | 2022-06-15 22:35:34 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-06-15 22:35:34 -0700 |
commit | 524e7f881624f36aa17f406bb25fa23d02449652 (patch) | |
tree | bf5d6057a9d7378cfe9c775753540bde8f289a68 | |
parent | 863aaccc95fd1e73179b7513f7815953b97c8edf (diff) |
Simplify browser versioning comment
-rw-r--r-- | packages/browser/rollup.config.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/browser/rollup.config.js b/packages/browser/rollup.config.js index 0c5ab8d..74295a5 100644 --- a/packages/browser/rollup.config.js +++ b/packages/browser/rollup.config.js @@ -33,9 +33,8 @@ const cleanTslibCommentInUMDBundleTargetingES5 = () => { const swanVersionInjector = versionInjector({ injectInComments: { fileRegexp: /\.(js)$/, - // [@simplewebauthn/browser] Version: 2.1.0 - Saturday, February 6th, 2021, 4:10:31 PM - tag: '[@simplewebauthn/browser] Version: {version} - {date}', - dateFormat: 'dddd, mmmm dS, yyyy, h:MM:ss TT', + // [@simplewebauthn/browser@2.1.0] + tag: '[@simplewebauthn/browser@{version}]', }, }); |