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 d0d0a85 commit e61d11dCopy full SHA for e61d11d
package.json
@@ -20,9 +20,7 @@
20
"html5-framework",
21
"javascript-framework"
22
],
23
- "publishConfig": {
24
- "access": "public"
25
- },
+ "publishConfig": { "access": "public" },
26
"scripts": {
27
"start": "npx webpack --config webpack.config.js --watch",
28
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -49,7 +47,5 @@
49
47
"webpack-cli": "^4.3.1",
50
48
"webpack-log": "^3.0.1"
51
},
52
- "dependencies": {
53
- "@cocreate/docs": "^1.4.17"
54
- }
+ "dependencies": { "@cocreate/docs": "^1.4.18" }
55
}
0 commit comments