ts-quick-docs
Advanced tools
Comparing version 0.5.2 to 0.5.3
import * as ts from "typescript"; | ||
import { IInterfaceEntry } from "./interfaces"; | ||
export * from "./interfaces"; | ||
export interface IDocumentationOptions { | ||
@@ -4,0 +5,0 @@ excludeNames?: Array<string | RegExp>; |
{ | ||
"name": "ts-quick-docs", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "quick TypeScript documentation extractor", | ||
@@ -18,2 +18,3 @@ "bin": "dist/index.js", | ||
"mocha": "2.4.5", | ||
"npm-run-all": "4.0.1", | ||
"ts-node": "2.0.0", | ||
@@ -23,3 +24,3 @@ "tslint": "4.4.2" | ||
"scripts": { | ||
"all": "npm run clean && npm run compile && npm run test", | ||
"prepublish": "run-s clean compile lint test", | ||
"clean": "rm -rf dist", | ||
@@ -26,0 +27,0 @@ "compile": "tsc --project .", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59802
274
9