@symbo.ls/init 2.11.470 → 2.11.474

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/index.js +2 -2
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -79,8 +79,8 @@ const UPDATE_OPTIONS = {
79
79
  export const reinit = (config, options = UPDATE_OPTIONS) => {
80
80
  const emotion = options.emotion || defaultEmotion
81
81
  const resultConfig = mergeWithLocalFile(config || {}, options)
82
- const prevStyles = document.querySelector('[data-emotion="smbls"]')
83
- console.log(prevStyles)
82
+ // const prevStyles = document.querySelector('[data-emotion="smbls"]')
83
+ // console.log(prevStyles)
84
84
  const conf = set({
85
85
  verbose: false,
86
86
  ...resultConfig
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/init",
3
- "version": "2.11.470",
3
+ "version": "2.11.474",
4
4
  "license": "MIT",
5
- "gitHead": "726524dbb01cfa6ead1c95bd8f930a85169c70fe",
5
+ "gitHead": "dd0429b4bfcc2d43545a301dfe406c5000bd7ae0",
6
6
  "source": "index.js",
7
7
  "main": "index.js",
8
8
  "dependencies": {