Skip to content

Commit

Permalink
Add npmignore (#7)
Browse files Browse the repository at this point in the history
* add npmignore

* 0.5.0

---------

Co-authored-by: Samuel Alarco <[email protected]>
  • Loading branch information
SamuelAl and Samuel Alarco authored May 8, 2024
1 parent 203fe72 commit fd23fd4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
*.log
npm-debug.log*

# Coverage directory used by tools like istanbul
coverage
.nyc_output

# Dependency directories
node_modules

# package lock
package-lock.json
pnpm-lock.json
yarn.lock

# project files
test
examples
CHANGELOG.md
.babelrc
.DS_Store
.editorconf
.editorconfig
.eslintignore
.eslintrc
.gitignore
.mocharc.json
.travis.yml
tsconfig.json
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "l402",
"version": "0.4.0",
"version": "0.5.0",
"description": "L402 client and tools for Javascript.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit fd23fd4

Please sign in to comment.