Compare commits
2 commits
main
...
chore/add-
Author | SHA1 | Date | |
---|---|---|---|
|
94aa63a14b | ||
|
8742bb91e6 |
2 changed files with 8 additions and 2 deletions
6
cli/.npmignore
Normal file
6
cli/.npmignore
Normal file
|
@ -0,0 +1,6 @@
|
|||
dist/**
|
||||
node_modules/**
|
||||
test/**
|
||||
testStup.js
|
||||
**/*.spec.ts
|
||||
**/*.e2e-spec.js
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "@immich/cli",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.2",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
"immich": "./dist/index.js"
|
||||
"immich": "dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.6.2",
|
||||
|
|
Loading…
Reference in a new issue