Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 2, 2022
1 parent 2e7d7bd commit 6cf0bcb
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 @@ -21,9 +21,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 @@ -63,10 +61,10 @@
},
"dependencies": {
"@cocreate/crud-client": "^1.15.10",
"@cocreate/docs": "^1.4.10",
"@cocreate/docs": "^1.4.11",
"@cocreate/element-prototype": "^1.1.15",
"@cocreate/floating-label": "^1.4.34",
"@cocreate/hosting": "^1.6.8",
"@cocreate/floating-label": "^1.4.35",
"@cocreate/hosting": "^1.6.9",
"@cocreate/observer": "^1.5.32"
}
}

0 comments on commit 6cf0bcb

Please sign in to comment.