Skip to content

Commit

Permalink
fix: bump d@cocreate ependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 21, 2022
1 parent fd8b7b0 commit f711142
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Expand Up @@ -20,9 +20,7 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"publishConfig": { "access": "public" },
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand All @@ -36,9 +34,7 @@
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-position/issues"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-position/issues" },
"homepage": "https://cocreate.app/docs/position",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -61,7 +57,7 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.3.17",
"@cocreate/observer": "^1.5.16"
"@cocreate/docs": "^1.3.20",
"@cocreate/observer": "^1.5.18"
}
}

0 comments on commit f711142

Please sign in to comment.