Skip to content

Commit

Permalink
fix: stop importing package.json, mock pkg name and version instead
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Nov 10, 2022
1 parent d2a64b0 commit 156e599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/self.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { name, version } from './../../package.json'
const name = '@ecomplus/utils'
const version = '1.5.0'

// exports info about the package
export default name + '@' + version
Expand Down

0 comments on commit 156e599

Please sign in to comment.