We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c9da5 commit 8d144bcCopy full SHA for 8d144bc
package.json
@@ -79,6 +79,7 @@
79
"yargs": "^17.7.2"
80
},
81
"main": "dist/index.js",
82
+ "module": "dist/index.mjs",
83
"types": "dist/index.d.ts",
84
"engines": {
85
"node": ">=16"
src/index.ts
@@ -7,3 +7,4 @@ export { default as selectEC2Instance } from './selectEC2Instance'
7
export { default as selectRoute53HostedZone } from './selectRoute53HostedZone'
8
export { default as selectRoute53RecordSet } from './selectRoute53RecordSet'
9
export { default as selectSecretsManagerSecret } from './selectSecretsManagerSecret'
10
+export { default as timeAgo } from './timeAgo'
0 commit comments