Skip to content

Commit

Permalink
Updating dependencies and .ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
theturtle32 committed Jul 3, 2019
2 parents c0066b5 + 3cb29e1 commit 0335951
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
node_modules
node_modules/
.DS_Store
.lock-*
build
build/*
build/
builderror.log
npm-debug.log
test/autobahn/reports*/*
Expand Down
7 changes: 6 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
.npmignore
.gitignore
.git/
.DS_Store
.lock-*
node_modules/
docs/
example/
build/
builderror.log
npm-debug.log
test/
node_modules/
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"contributors": [
"Iñaki Baz Castillo <[email protected]> (http://dev.sipdoc.net)"
],
"version": "1.0.28",
"version": "1.0.29",
"repository": {
"type": "git",
"url": "https://github.com/theturtle32/WebSocket-Node.git"
Expand All @@ -29,13 +29,13 @@
"dependencies": {
"debug": "^2.2.0",
"nan": "^2.11.0",
"gulp": "^4.0.2",
"typedarray-to-buffer": "^3.1.5",
"yaeti": "^0.0.6"
},
"devDependencies": {
"buffer-equal": "^1.0.0",
"faucet": "^0.0.1",
"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
"gulp-jshint": "^2.0.4",
"jshint-stylish": "^2.2.1",
"jshint": "^2.0.0",
Expand Down

0 comments on commit 0335951

Please sign in to comment.