Skip to content

Commit be56109

Browse files
committed
fix: update all @cocreate to use latest versions
1 parent ce6f23f commit be56109

File tree

2 files changed

+2
-3225
lines changed

2 files changed

+2
-3225
lines changed

Diff for: package.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
23+
"publishConfig": { "access": "public" },
2624
"scripts": {
2725
"start": "npx webpack --config webpack.config.js",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -60,8 +58,5 @@
6058
"webpack-cli": "^4.5.0",
6159
"webpack-log": "^3.0.1"
6260
},
63-
"dependencies": {
64-
"@cocreate/docs": "^1.0.3",
65-
"@cocreate/observer": "^1.0.2"
66-
}
61+
"dependencies": { "@cocreate/docs": "latest", "@cocreate/observer": "latest" }
6762
}

0 commit comments

Comments
 (0)