sku 11.2.4 → 11.2.5

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
@@ -1,5 +1,11 @@
1
1
  # sku
2
2
 
3
+ ## 11.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix missing import for resolve modules ([#666](https://github.com/seek-oss/sku/pull/666))
8
+
3
9
  ## 11.2.4
4
10
 
5
11
  ### Patch Changes
@@ -1,3 +1,5 @@
1
+ const path = require('path');
2
+
1
3
  const modules = ['node_modules'];
2
4
 
3
5
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sku",
3
- "version": "11.2.4",
3
+ "version": "11.2.5",
4
4
  "description": "Front-end development toolkit, powered by Webpack, Babel, CSS Modules, Less and Jest",
5
5
  "main": "index.js",
6
6
  "bin": {