Skip to content

Commit 972b0d0

Browse files
committed
fix: bump dependencies
1 parent 7cc4c49 commit 972b0d0

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
<script>
16-
var config = {
16+
var CoCreateConfig = {
1717
apiKey: '',
1818
organization_id: '',
1919
host: ''

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
113113
</div>
114114
</div>
115115
<script>
116-
var config = {
116+
var CoCreateConfig = {
117117
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
118118
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
119119
organization_id: '5de0387b12e200ea63204d6c'

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
23+
"publishConfig": { "access": "public" },
2624
"scripts": {
2725
"start": "npx webpack --config webpack.config.js",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -61,8 +59,8 @@
6159
"webpack-log": "^3.0.1"
6260
},
6361
"dependencies": {
64-
"@cocreate/docs": "^1.3.6",
65-
"@cocreate/hosting": "^1.3.5",
62+
"@cocreate/docs": "^1.3.14",
63+
"@cocreate/hosting": "^1.3.14",
6664
"mongodb": "^4.4.0",
6765
"node-html-parser": "^5.2.0"
6866
}

0 commit comments

Comments
 (0)