Skip to content

Commit b7481ab

Browse files
committed
fix: bump dependnecies
1 parent 983d556 commit b7481ab

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

+2-6
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",
@@ -59,7 +57,5 @@
5957
"webpack-cli": "^4.5.0",
6058
"webpack-log": "^3.0.1"
6159
},
62-
"dependencies": {
63-
"@cocreate/docs": "^1.5.4"
64-
}
60+
"dependencies": { "@cocreate/docs": "^1.5.5" }
6561
}

0 commit comments

Comments
 (0)