Skip to content

Commit

Permalink
Merge pull request #25 from lanceschi/feature/adding-npm-ignore
Browse files Browse the repository at this point in the history
Added .npmignore file
  • Loading branch information
lanceschi authored Jan 15, 2022
2 parents 93889d9 + c2b214c commit ef5622c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
24 changes: 24 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# OS generated files #
######################
.DS_Store?
.DS_Store
._.DS_Store
ehthumbs.db
._*
Thumbs.db

# Folders
coverage
examples
node_modules
tests

# Files
.github
.editorconfig
.eslintrc.json
.gitignore
.npmignore
.nvmrc
.prettierrc
CONTRIBUTING.md
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.1] - 2022-01-15

### Added

- Added `.npmignore` file

## [v2.0.0] - 2022-01-13

### Added
Expand Down
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": "threejs-ply-loader",
"version": "2.0.0",
"version": "2.0.1",
"description": "Node.js wrapper for three.js PLYLoader",
"main": "src/index.mjs",
"scripts": {
Expand Down

0 comments on commit ef5622c

Please # to comment.