Skip to content

Commit

Permalink
Merge branch 'master' of github.com:crisp-oss/email-reply-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Nov 6, 2023
2 parents 90e229b + 8c331b4 commit 2f15fe8
Show file tree
Hide file tree
Showing 5 changed files with 3,544 additions and 1,675 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down
55 changes: 1 addition & 54 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,61 +1,8 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

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

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/
package-lock.json

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# macOS
.DS_Store
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!/lib/**/*
Loading

0 comments on commit 2f15fe8

Please sign in to comment.