We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b043b commit 73b65f0Copy full SHA for 73b65f0
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",
28
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -61,8 +59,8 @@
61
59
"webpack-log": "^3.0.1"
62
60
},
63
"dependencies": {
64
- "@cocreate/actions": "^1.5.27",
65
- "@cocreate/docs": "^1.4.10",
+ "@cocreate/actions": "^1.5.28",
+ "@cocreate/docs": "^1.4.11",
66
"@cocreate/observer": "^1.5.32",
67
"@cocreate/utils": "^1.13.0"
68
}
0 commit comments