react-js-plugins 2.0.4 → 2.0.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.
@@ -150,7 +150,7 @@ export var _combineClasses = function () {
150
150
  for (var _i = 0; _i < arguments.length; _i++) {
151
151
  args[_i] = arguments[_i];
152
152
  }
153
- if (!chunk()) {
153
+ if (chunk()) {
154
154
  throw new Error("Postcss: <css input>:X:X: Unknown word");
155
155
  }
156
156
  return args
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-js-plugins",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "A powerful and efficient React utility library designed to enhance application performance by streamlining and simplifying the management of complex asynchronous operations.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",