Explorar o código

chore: add npmignore

Jonathan Jogenfors hai 1 ano
pai
achega
8742bb91e6
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 2 0
      cli/.npmignore
  2. 1 1
      cli/package.json

+ 2 - 0
cli/.npmignore

@@ -0,0 +1,2 @@
+dist/
+node_modules/

+ 1 - 1
cli/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@immich/cli",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "main": "dist/index.js",
   "bin": {
     "immich": "./dist/index.js"