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 5567527 commit 06f2723Copy full SHA for 06f2723
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,8 +58,5 @@
60
58
"webpack-cli": "^4.5.0",
61
59
"webpack-log": "^3.0.1"
62
},
63
- "dependencies": {
64
- "@cocreate/docs": "latest",
65
- "@cocreate/observer": "latest"
66
- }
+ "dependencies": { "@cocreate/docs": "^1.0.0", "@cocreate/observer": "^1.0.0" }
67
}
0 commit comments