We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b25a5a commit e5c9695Copy full SHA for e5c9695
package.json
@@ -18,9 +18,7 @@
18
"html5-framework",
19
"javascript-framework"
20
],
21
- "publishConfig": {
22
- "access": "public"
23
- },
+ "publishConfig": { "access": "public" },
24
"scripts": {
25
"start": "npx webpack --config webpack.config.js",
26
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -57,7 +55,5 @@
57
55
"webpack-cli": "^4.5.0",
58
56
"webpack-log": "^3.0.1"
59
},
60
- "dependencies": {
61
- "@cocreate/docs": "^1.5.10"
62
- }
+ "dependencies": { "@cocreate/docs": "^1.5.11" }
63
}
0 commit comments