diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-06 12:21:06 -0500 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-06 12:21:06 -0500 |
| commit | 3c79e2fdcc3c0b6e81194eca190e8719fbf31903 (patch) | |
| tree | c6f1754aee97deda369010d23585ca72aebd4ad3 /webAO/master.js | |
| parent | 1ded602565d0f87209dc9c5918bae78e6a0aa440 (diff) | |
| parent | 8d4cd02b7cbe955f5a5ce1666fc76a51db4be5d5 (diff) | |
Merge branch 'master' of https://github.com/AttorneyOnline/webAO into add-linting
Diffstat (limited to 'webAO/master.js')
| -rw-r--r-- | webAO/master.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/master.js b/webAO/master.js index f50b2a6..ad0a577 100644 --- a/webAO/master.js +++ b/webAO/master.js @@ -1,5 +1,5 @@ import Fingerprint2 from 'fingerprintjs2'; -import { version } from '../package.json'; +const version = process.env.npm_package_version import { unescapeChat, safe_tags } from './encoding.js'; |
