From b95c6a3de43121c061457039a4c926d5d34f2737 Mon Sep 17 00:00:00 2001
From: jsteuer <jan.steuer.htw@gmail.com>
Date: Mon, 16 Dec 2019 13:28:22 +0100
Subject: [PATCH] better docs, helpers namespace
---
package.json | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 254f69c..3432d0e 100644
--- a/package.json
+++ b/package.json
@@ -1,20 +1,20 @@
{
"name": "@mathcoach/ide-api",
"version": "1.1.0",
- "description": "API zur MathCoach IDE",
+ "description": "API zur MathCoach IDE",
"main": "./src/index.ts",
"directories": {
"example": "examples"
},
"devDependencies": {
- "rimraf": "^2.6.3",
- "typedoc": "^0.14.2"
+ "rimraf": "^3.0.0",
+ "typedoc": "^0.15.5"
},
"scripts": {
"clean": "rimraf dist/ && rimraf docs/",
"build": "npm run clean && npm run build-docs",
- "build-docs": "typedoc mathcoach-api.d.ts --out docs/ --mode file --theme minimal --includeDeclarations --excludeExternals --media ./media"
+ "build-docs": "typedoc mathcoach-api.d.ts src/ --out docs/ --mode file --hideGenerator --theme minimal --includeDeclarations --excludeExternals --media ./media"
},
"author": "jsteuer",
"license": ""
-}
\ No newline at end of file
+}
--
Gitblit v1.10.0