Skip to content

Commit

Permalink
fix: add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tychenjiajun committed Aug 31, 2024
1 parent 117f68d commit accb18c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
src/**
node_modules/**
pnpm-lock.yaml
renovate.json
.gitignore
.github/**/*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exif-ai",
"version": "1.0.1",
"version": "1.0.2",
"description": "Write AI-generated image description to metadata.",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { WriteTags } from "exiftool-vendored";
const program = new Command();

program
.version("1.0.1")
.version("1.0.2")
.description("A CLI for writing AI-generated image description to metadata.")
.option("-i, --input <value>", "Input file path (required)")
.option("-a, --api-provider <value>", "Set API Provider (required)")
Expand Down

0 comments on commit accb18c

Please sign in to comment.