Skip to content

Commit e2b8e55

Browse files
committed
fix: minor bug fixes
1 parent ea761d0 commit e2b8e55

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Diff for: package.json

+5-7
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",
@@ -61,9 +59,9 @@
6159
"webpack-log": "^3.0.1"
6260
},
6361
"dependencies": {
64-
"@cocreate/actions": "^1.5.10",
65-
"@cocreate/docs": "^1.3.16",
66-
"@cocreate/observer": "^1.5.15",
67-
"@cocreate/utils": "^1.10.10"
62+
"@cocreate/actions": "^1.5.11",
63+
"@cocreate/docs": "^1.3.17",
64+
"@cocreate/observer": "^1.5.16",
65+
"@cocreate/utils": "^1.10.11"
6866
}
6967
}

0 commit comments

Comments
 (0)