Skip to content

Commit a4130a3

Browse files
committed
fix: bump dependencies
1 parent eaabd51 commit a4130a3

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
23+
"publishConfig": { "access": "public" },
2624
"scripts": {
2725
"start": "npx webpack --config webpack.config.js",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -60,9 +58,9 @@
6058
"webpack-log": "^3.0.1"
6159
},
6260
"dependencies": {
63-
"@cocreate/crud-client": "^1.16.16",
64-
"@cocreate/docs": "^1.4.20",
65-
"@cocreate/hosting": "^1.6.21",
66-
"@cocreate/observer": "^1.5.42"
61+
"@cocreate/crud-client": "^1.16.18",
62+
"@cocreate/docs": "^1.4.21",
63+
"@cocreate/hosting": "^1.6.22",
64+
"@cocreate/observer": "^1.5.43"
6765
}
6866
}

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function init(linkTag) {
3939
if (parse == undefined)
4040
parse = window.localStorage.getItem('cssParser')
4141

42-
if (parse != 'false') {
42+
if (parse == 'true') {
4343
parseLinkCSS();
4444
let elements = document.querySelectorAll("[class]");
4545
initElements(elements);

0 commit comments

Comments
 (0)