Skip to content

Commit

Permalink
feat(package): export VERSION string
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Sep 25, 2023
1 parent e1ee9ba commit f3fbe69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Expand Up @@ -12,3 +12,8 @@ export { setBezierFunction } from './bezier'
export { standardEasingFunctions } from './standard-easing-functions'

export * from './types'

/**
* The NPM package version of Shifty.
*/
export const VERSION = String(process.env.npm_package_version)

0 comments on commit f3fbe69

Please sign in to comment.