Skip to content

Commit

Permalink
fix: workflow docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 22, 2022
1 parent 0d1ea64 commit bfe0959
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.24",
"@cocreate/observer": "^1.5.22"
"@cocreate/docs": "^1.4.1",
"@cocreate/observer": "^1.5.24"
}
}

0 comments on commit bfe0959

Please sign in to comment.