Skip to content

Commit

Permalink
fix: update all @cocreate to use latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitamin committed Jun 24, 2021
1 parent 01338ce commit 9f3cd19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3,201 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"publishConfig": { "access": "public" },
"scripts": {
"start": "npx webpack --config webpack.config.js --watch",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand All @@ -34,9 +32,7 @@
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-kanban/issues"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-kanban/issues" },
"homepage": "https://cocreate.app/docs/kanban",
"devDependencies": {
"@babel/core": "^7.12.10",
Expand All @@ -50,7 +46,7 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.0.3",
"@cocreate/docs": "latest",
"mini-css-extract-plugin": "^1.5.0"
}
}
Loading

0 comments on commit 9f3cd19

Please sign in to comment.