Skip to content

Commit 156e599

Browse files
committed
fix: stop importing package.json, mock pkg name and version instead
1 parent d2a64b0 commit 156e599

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/self.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { name, version } from './../../package.json'
1+
const name = '@ecomplus/utils'
2+
const version = '1.5.0'
23

34
// exports info about the package
45
export default name + '@' + version

0 commit comments

Comments
 (0)