adamantite 0.14.0 → 0.15.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.
package/README.md CHANGED
@@ -129,8 +129,11 @@ adamantite ci --monorepo
129
129
  Special tooling for monorepo projects using [Sherif](https://github.com/QuiiBz/sherif):
130
130
 
131
131
  ```shell
132
- # Lint and fix monorepo-specific issues
132
+ # Check for monorepo-specific issues
133
133
  adamantite monorepo
134
+
135
+ # Fix monorepo-specific issues
136
+ adamantite monorepo --fix
134
137
  ```
135
138
 
136
139
  Automatically detects and fixes:
package/bin/adamantite CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- import("../dist/index.mjs")
3
+ import("../dist/index.js")