We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbbc2f commit d54decfCopy full SHA for d54decf
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",
@@ -60,9 +58,9 @@
60
58
"webpack-log": "^3.0.1"
61
59
},
62
"dependencies": {
63
- "@cocreate/actions": "^1.5.53",
64
- "@cocreate/docs": "^1.5.7",
65
- "@cocreate/observer": "^1.5.57",
66
- "@cocreate/utils": "^1.17.20"
+ "@cocreate/actions": "^1.5.54",
+ "@cocreate/docs": "^1.5.8",
+ "@cocreate/observer": "^1.5.58",
+ "@cocreate/utils": "^1.17.21"
67
}
68
0 commit comments