summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-29 15:28:33 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-29 15:28:33 -0700
commit94b461cfea0f365797a0e09865671f63e14ca7df (patch)
treeb20976e53e5573ca3779ba8177dd2a6b56cc15d0
parent7157b97e4737ced23a9b3aed794e10ba01708dcf (diff)
Remove old “docs” scripts from package.json’s
-rw-r--r--packages/browser/package.json3
-rw-r--r--packages/server/package.json3
2 files changed, 2 insertions, 4 deletions
diff --git a/packages/browser/package.json b/packages/browser/package.json
index c924ec5..c6c9990 100644
--- a/packages/browser/package.json
+++ b/packages/browser/package.json
@@ -15,8 +15,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "npm test -- --coverage",
- "prepublish": "npm run build",
- "docs": "typedoc --tsconfig tsconfig.json"
+ "prepublish": "npm run build"
},
"keywords": [
"webauthn",
diff --git a/packages/server/package.json b/packages/server/package.json
index f2a2890..581a210 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -18,8 +18,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "npm test -- --coverage",
- "prepublish": "npm run build",
- "docs": "typedoc --tsconfig tsconfig.json"
+ "prepublish": "npm run build"
},
"keywords": [
"webauthn",