Skip to content

Commit

Permalink
remove yarn reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Sep 22, 2024
1 parent c1e5700 commit 6338cd4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@

## Installation

yarn add exiftool-vendored

or

npm install --save exiftool-vendored

### Debug logging
Expand Down
5 changes: 1 addition & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@
Windows</a></p>
</li>
</ol>
<a id="md:installation" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Installation<a href="#md:installation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><pre><code> yarn add exiftool-vendored
</code></pre>
<p>or</p>
<pre><code> npm install --save exiftool-vendored
<a id="md:installation" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Installation<a href="#md:installation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><pre><code> npm install --save exiftool-vendored
</code></pre>
<a id="md:debug-logging" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Debug logging<a href="#md:debug-logging" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><p>If anything doesn't work, the first thing to try is enabling the logger.</p>
<p>You can provide a <a href="https://photostructure.github.io/batch-cluster.js/interfaces/Logger.html" target="_blank" class="external">Logger implementation</a> via <a href="https://photostructure.github.io/exiftool-vendored.js/interfaces/ExifToolOptions.html#logger" target="_blank" class="external"><code>ExifToolOptions.logger</code></a>, or set the environment variable <code>NODE_DEBUG=exiftool-vendored</code>. <a href="https://nodejs.org/docs/latest/api/util.html#utildebuglogsection-callback" target="_blank" class="external">See the debuglog() documentation</a> for more details.</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"release-it": {
"hooks": {
"before:init": "yarn lint"
"before:init": "npm run lint"
},
"src": {
"tagName": "v%s",
Expand Down

0 comments on commit 6338cd4

Please sign in to comment.