classnames-minifier 0.1.4 → 0.1.5-canary.0

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const validKeys = ["prefix", "reservedNames", "cacheDir", "distDir"];
3
+ const validKeys = ["prefix", "reservedNames", "cacheDir", "distDir", "disableDistDeletion"];
4
4
  const validateIsObject = (config) => {
5
5
  if (!config)
6
6
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classnames-minifier",
3
- "version": "0.1.4",
3
+ "version": "0.1.5-canary.0",
4
4
  "description": "Library for configuring style modules to generate compressed classes",
5
5
  "main": "./dist/ClassnamesMinifier.js",
6
6
  "types": "./dist/ClassnamesMinifier.d.ts",