pob 10.4.0 → 10.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.4.1](https://github.com/christophehurpeau/pob/compare/pob@10.4.0...pob@10.4.1) (2022-03-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * alp-rollup-plugin-config in devDependencies ([40e6a09](https://github.com/christophehurpeau/pob/commit/40e6a09a8bb9a78412a75834635c813bf377f756))
12
+
13
+
14
+
15
+
16
+
6
17
  # [10.4.0](https://github.com/christophehurpeau/pob/compare/pob@10.3.1...pob@10.4.0) (2022-03-05)
7
18
 
8
19
 
@@ -727,7 +727,8 @@ export default class CommonBabelGenerator extends Generator {
727
727
  /* pob-babel config */
728
728
 
729
729
  packageUtils.removeDevDependencies(pkg, ['@rollup/plugin-run']);
730
- packageUtils.addOrRemoveDependencies(
730
+ packageUtils.removeDependencies(pkg, ['alp-rollup-plugin-config']);
731
+ packageUtils.addOrRemoveDevDependencies(
731
732
  pkg,
732
733
  useBabel && this.options.isApp && this.options.useAppConfig,
733
734
  ['alp-rollup-plugin-config'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pob",
3
- "version": "10.4.0",
3
+ "version": "10.4.1",
4
4
  "description": "Pile of bones, library generator with git/babel/typescript/typedoc/readme/jest",
5
5
  "keywords": [
6
6
  "skeleton"
@@ -67,5 +67,5 @@
67
67
  "yeoman-environment": "^3.5.1",
68
68
  "yeoman-generator": "^5.4.0"
69
69
  },
70
- "gitHead": "2e8a1622f20909fb5f9f6793ad85963bf094c23e"
70
+ "gitHead": "56b146d7339ba138d27e90e0b95119cb2a309780"
71
71
  }