We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7c640 commit 6cdeaceCopy full SHA for 6cdeace
package.json
@@ -27,7 +27,6 @@
27
"start": "NODE_ENV=debug npx webpack --config webpack.config.js",
28
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
29
"dev": "npx webpack --config webpack.config.js --watch",
30
- "docs": "node ./node_modules/@cocreate/docs/src/index.js",
31
"postinstall": "node ./node_modules/@cocreate/cli/check-coc.js"
32
},
33
"repository": {
@@ -62,7 +61,6 @@
62
61
63
"dependencies": {
64
"@cocreate/api": "^1.10.17",
65
- "@cocreate/docs": "^1.8.13",
66
"twilio": "^3.60.0",
67
"twilio-client-mirror": "0.0.2",
68
"util": "^0.12.3"
0 commit comments