@esportsplus/ui 0.0.56 → 0.0.58

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/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "description": "UI",
10
10
  "devDependencies": {
11
- "@esportsplus/webpack": "^0.0.57",
11
+ "@esportsplus/webpack": "^0.0.59",
12
12
  "modern-normalize": "^1.1.0"
13
13
  },
14
14
  "main": "build/index.js",
@@ -22,5 +22,5 @@
22
22
  "prepublishOnly": "npm run build"
23
23
  },
24
24
  "types": "build/index.d.ts",
25
- "version": "0.0.56"
25
+ "version": "0.0.58"
26
26
  }
package/webpack.config.ts CHANGED
@@ -19,7 +19,7 @@ export default ({ production }: { production?: string }) => config.web({
19
19
  }
20
20
  },
21
21
  mode: mode(production),
22
- // Temporary output until we can css root directory can be set
22
+ // Temporary output until css root directory can be set
23
23
  // through package.json or similar ( like 'main' key )
24
24
  output: {
25
25
  path: '.'