fix(core): Use default import for JSON
This commit is contained in:
parent
54def5e898
commit
c13b063bb5
3 changed files with 6 additions and 6 deletions
|
@ -4,10 +4,10 @@ import Point from './point'
|
|||
import Path from './path'
|
||||
import Snippet from './snippet'
|
||||
import * as utils from './utils'
|
||||
import { version } from '../package.json'
|
||||
import pkg from '../package.json'
|
||||
|
||||
export default {
|
||||
version,
|
||||
version: pkg.version,
|
||||
Design,
|
||||
Pattern,
|
||||
Point,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue