Skip to content

Commit e5c9695

Browse files
committed
fix: bump dependencies
1 parent 5b25a5a commit e5c9695

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"html5-framework",
1919
"javascript-framework"
2020
],
21-
"publishConfig": {
22-
"access": "public"
23-
},
21+
"publishConfig": { "access": "public" },
2422
"scripts": {
2523
"start": "npx webpack --config webpack.config.js",
2624
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -57,7 +55,5 @@
5755
"webpack-cli": "^4.5.0",
5856
"webpack-log": "^3.0.1"
5957
},
60-
"dependencies": {
61-
"@cocreate/docs": "^1.5.10"
62-
}
58+
"dependencies": { "@cocreate/docs": "^1.5.11" }
6359
}

0 commit comments

Comments
 (0)