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 580028c commit e6f93fc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 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",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand Down Expand Up @@ -61,8 +59,8 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.3.24",
"@cocreate/hosting": "^1.5.0",
"@cocreate/observer": "^1.5.22"
"@cocreate/docs": "^1.4.1",
"@cocreate/hosting": "^1.6.0",
"@cocreate/observer": "^1.5.24"
}
}

0 comments on commit e6f93fc

Please sign in to comment.