Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@princjef/api-documenter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@princjef/api-documenter - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
bin/run

Sorry, the diff of this file is not supported yet

+3
@echo off
node "%~dp0\run" %*
+10
-0

@@ -5,2 +5,12 @@ # Change Log

<a name="1.0.1"></a>
## [1.0.1](https://github.com/princjef/api-documenter/compare/v1.0.0...v1.0.1) (2019-03-21)
### Bug Fixes
* **cli:** add bin files to package ([ddcda43](https://github.com/princjef/api-documenter/commit/ddcda43))
<a name="1.0.0"></a>

@@ -7,0 +17,0 @@ # 1.0.0 (2019-03-21)

+5
-2
{
"name": "@princjef/api-documenter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Automatically generate markdown documentation pages for Typescript packages.",

@@ -52,5 +52,8 @@ "repository": {

"files": [
"/{src,dist}",
"/{src,dist,bin}",
"!/{src,dist}/**/test/**/*"
],
"publishConfig": {
"access": "public"
},
"husky": {

@@ -57,0 +60,0 @@ "hooks": {