@symbo.ls/preview 0.0.72 → 0.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@symbo.ls/preview",
3
3
  "description": "",
4
4
  "author": "",
5
- "version": "0.0.72",
5
+ "version": "0.0.73",
6
6
  "repository": "https://github.com/rackai/editor",
7
7
  "main": "src/index.js",
8
8
  "scripts": {
package/src/index.js CHANGED
@@ -13,7 +13,7 @@ import { DesignSystem, Library } from './pages' // eslint-disable-line
13
13
  import { router, lastLevel } from '@domql/router'
14
14
 
15
15
  import { context } from './state'
16
- import { Sync } from './sync'
16
+ import { Sync } from './sync' // eslint-disable-line
17
17
 
18
18
  smbls.init({ verbose: false, ...SYMBOLS_CONF })
19
19