Skip to content

Commit

Permalink
Merge cae009f into 18f080e
Browse files Browse the repository at this point in the history
  • Loading branch information
skonves committed Oct 24, 2018
2 parents 18f080e + cae009f commit 6a50ca9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 40 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -35,3 +35,5 @@ jspm_packages

# Optional REPL history
.node_repl_history

*.tgz
44 changes: 4 additions & 40 deletions .npmignore
@@ -1,40 +1,4 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# 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

# node-waf configuration
.lock-wscript

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

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

tests
.travis.yml
*
!browser.js
!index.js
!index.d.ts
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -77,5 +77,6 @@ See [Issue #4](https://github.com/skonves/express-http-context/issues/4) for mor
* Amiram Korach (@amiram)
* Yoni Rabinovitch (@yonirab)
* DontRelaX (@dontrelax)
* William Durand (@willdurand)

Interesting in contributing? Take a look at the [Contributing Guidlines](/CONTRIBUTING.md)

0 comments on commit 6a50ca9

Please sign in to comment.