@alextheman/eslint-plugin 1.0.1 → 1.0.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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -2
package/dist/index.cjs
CHANGED
|
@@ -11838,7 +11838,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
11838
11838
|
|
|
11839
11839
|
// package.json
|
|
11840
11840
|
var name = "@alextheman/eslint-plugin";
|
|
11841
|
-
var version = "1.0.
|
|
11841
|
+
var version = "1.0.2";
|
|
11842
11842
|
|
|
11843
11843
|
// src/createRule.ts
|
|
11844
11844
|
var import_utils = __toESM(require_dist4(), 1);
|
package/dist/index.js
CHANGED
|
@@ -11831,7 +11831,7 @@ var require_dist4 = __commonJS({
|
|
|
11831
11831
|
|
|
11832
11832
|
// package.json
|
|
11833
11833
|
var name = "@alextheman/eslint-plugin";
|
|
11834
|
-
var version = "1.0.
|
|
11834
|
+
var version = "1.0.2";
|
|
11835
11835
|
|
|
11836
11836
|
// src/createRule.ts
|
|
11837
11837
|
var import_utils = __toESM(require_dist4(), 1);
|
package/package.json
CHANGED