Skip to content

Commit

Permalink
Update .gitignore and dependencies (#389)
Browse files Browse the repository at this point in the history
* Update .gitignore

* Update dependencies

* Excluded shared-mqemitter
  • Loading branch information
gnought authored Feb 2, 2020
1 parent d330b73 commit 69e5263
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
20 changes: 17 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Logs
logs
*.log
.vscode
npm-debug.log*

# Runtime data
pids
Expand All @@ -26,17 +26,31 @@ build/Release
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules

shared-mqemitter

# Users Environment Variables
.lock-wscript
.vscode
*code-workspace

# 0x
flamegraph.html
.__*
profile*

# mac files
.DS_Store

# vim swap files
*.swp

# lock files
package-lock.json

# generated code
test/typescript/*.js
test/typescript/*.map

# test tap report
out.tap

# aedes examples
shared-mqemitter
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
],
"license": "MIT",
"devDependencies": {
"@types/node": "^12.12.25",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"@types/node": "^12.12.26",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"compute-mode": "^1.0.0",
"concat-stream": "^2.0.0",
"convert-hrtime": "^3.0.0",
Expand Down

0 comments on commit 69e5263

Please sign in to comment.