Skip to content

Commit

Permalink
npm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jadach authored and mjadach-iv committed May 30, 2023
1 parent 5c89fac commit 7163a30
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 3 deletions.
44 changes: 44 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage
*.lcov

# Dependency directories
node_modules/

# TypeScript cache
*.tsbuildinfo

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

.temp
.cache

# Mac OS specific file
.DS_Store
**/.DS_Store
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hoprnet/hopr-sdk",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.3",
"license": "GPL-3.0",
"main": "./dist/index.js",
"files": [
Expand All @@ -20,7 +20,8 @@
"build": "tsup",
"lint": "tsc",
"format": "prettier --check \"src/**/*.{ts,md}\"",
"test": "jest"
"test": "jest",
"publish": "tsup & npm publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
Expand Down Expand Up @@ -49,4 +50,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 7163a30

Please sign in to comment.