sku 11.2.1 → 11.2.2

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.
@@ -8,7 +8,7 @@ jobs:
8
8
  runs-on: ubuntu-latest
9
9
  env:
10
10
  CI: true
11
- timeout-minutes: 20
11
+ timeout-minutes: 30
12
12
  steps:
13
13
  - name: Checkout Repo
14
14
  uses: actions/checkout@master
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # sku
2
2
 
3
+ ## 11.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - The autogenerated tsconfig.json no longer explicitly excludes `node_modules` ([#660](https://github.com/seek-oss/sku/pull/660))
8
+
3
9
  ## 11.2.1
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- const { cwd, getPathFromCwd } = require('../../lib/cwd');
1
+ const { cwd } = require('../../lib/cwd');
2
2
  const { paths, rootResolution } = require('../../context');
3
3
  const path = require('path');
4
4
 
@@ -34,7 +34,6 @@ module.exports = () => {
34
34
  target: 'es5',
35
35
  },
36
36
  include: includePaths,
37
- exclude: [getPathFromCwd('node_modules')],
38
37
  };
39
38
 
40
39
  if (rootResolution) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sku",
3
- "version": "11.2.1",
3
+ "version": "11.2.2",
4
4
  "description": "Front-end development toolkit, powered by Webpack, Babel, CSS Modules, Less and Jest",
5
5
  "main": "index.js",
6
6
  "bin": {