summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-06-15 22:35:34 -0700
committerMatthew Miller <matthew@millerti.me>2022-06-15 22:35:34 -0700
commit524e7f881624f36aa17f406bb25fa23d02449652 (patch)
treebf5d6057a9d7378cfe9c775753540bde8f289a68
parent863aaccc95fd1e73179b7513f7815953b97c8edf (diff)
Simplify browser versioning comment
-rw-r--r--packages/browser/rollup.config.js5
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}]',
},
});