metapak-sencrop
Advanced tools
Comparing version 6.3.0 to 6.3.1
@@ -0,1 +1,11 @@ | ||
<a name="6.3.1"></a> | ||
## [6.3.1](https://github.com/sencrop/metapak-sencrop/compare/v6.3.0...v6.3.1) (2018-09-28) | ||
### Bug Fixes | ||
* **JSDocs config:** Stop ignoring tge the API.md file ([e2e9bbc](https://github.com/sencrop/metapak-sencrop/commit/e2e9bbc)) | ||
<a name="6.3.0"></a> | ||
@@ -2,0 +12,0 @@ # [6.3.0](https://github.com/sencrop/metapak-sencrop/compare/v6.2.0...v6.3.0) (2018-09-28) |
{ | ||
"name": "metapak-sencrop", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"description": "A `metapak` plugin for Sencrop projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,5 +14,2 @@ 'use strict'; | ||
// Ignore the API.md file | ||
metapakData.ignore = [...new Set([...(metapakData.ignore || []), 'API.md'])]; | ||
// Add doc deps | ||
@@ -19,0 +16,0 @@ packageConf.devDependencies = packageConf.devDependencies || {}; |
Sorry, the diff of this file is not supported yet
46478
637