Skip to content

Commit

Permalink
fix: bump @cocreate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 30, 2022
1 parent 4574cb6 commit c27b863
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 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 @@ -60,8 +56,5 @@
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.3.8",
"@cocreate/observer": "^1.5.5"
}
"dependencies": { "@cocreate/docs": "1.3.9", "@cocreate/observer": "1.5.8" }
}

0 comments on commit c27b863

Please sign in to comment.