We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69589c4 commit 0c99503Copy full SHA for 0c99503
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,9 +59,9 @@
61
59
"webpack-log": "^3.0.1"
62
60
},
63
"dependencies": {
64
- "@cocreate/actions": "^1.5.11",
65
- "@cocreate/docs": "^1.3.17",
66
- "@cocreate/observer": "^1.5.16",
67
- "@cocreate/utils": "^1.10.11"
+ "@cocreate/actions": "^1.5.13",
+ "@cocreate/docs": "^1.3.20",
+ "@cocreate/observer": "^1.5.18",
+ "@cocreate/utils": "^1.10.14"
68
}
69
0 commit comments