Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Oct 1, 2022
1 parent b315927 commit ff97b93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
</div>
</div>
<script>
var config = {
var CoCreateConfig = {
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
organization_id: '5de0387b12e200ea63204d6c'
Expand Down
8 changes: 2 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 --watch",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand All @@ -49,7 +47,5 @@
"webpack-cli": "^4.3.1",
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.3.6"
}
"dependencies": { "@cocreate/docs": "^1.3.14" }
}

0 comments on commit ff97b93

Please sign in to comment.