Skip to content

Commit 9f3cd19

Browse files
committed
fix: update all @cocreate to use latest versions
1 parent 01338ce commit 9f3cd19

File tree

2 files changed

+3
-3201
lines changed

2 files changed

+3
-3201
lines changed

package.json

+3-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 --watch",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -34,9 +32,7 @@
3432
},
3533
"author": "CoCreate LLC",
3634
"license": "MIT",
37-
"bugs": {
38-
"url": "https://github.com/CoCreate-app/CoCreate-kanban/issues"
39-
},
35+
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-kanban/issues" },
4036
"homepage": "https://cocreate.app/docs/kanban",
4137
"devDependencies": {
4238
"@babel/core": "^7.12.10",
@@ -50,7 +46,7 @@
5046
"webpack-log": "^3.0.1"
5147
},
5248
"dependencies": {
53-
"@cocreate/docs": "^1.0.3",
49+
"@cocreate/docs": "latest",
5450
"mini-css-extract-plugin": "^1.5.0"
5551
}
5652
}

0 commit comments

Comments
 (0)