Skip to content

Commit

Permalink
Merge pull request #284 from gnought/hotfix/cleanup_refactor
Browse files Browse the repository at this point in the history
Removed obsolete files & added engines section in package.json
  • Loading branch information
gnought authored Jul 26, 2019
2 parents e7b506e + fbd762c commit 3ac4f7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"bugs": {
"url": "http://github.com/mcollina/aedes/issues"
},
"engines": {
"node": ">=8"
},
"keywords": [
"mqtt",
"broker",
Expand All @@ -54,9 +57,9 @@
],
"license": "MIT",
"devDependencies": {
"@types/node": "^12.6.3",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"@types/node": "^12.6.8",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"compute-mode": "^1.0.0",
"concat-stream": "^2.0.0",
"convert-hrtime": "^3.0.0",
Expand All @@ -69,9 +72,8 @@
"nyc": "^14.1.1",
"pre-commit": "^1.2.2",
"snazzy": "^8.0.0",
"standard": "^13.0.2",
"standard": "^13.1.0",
"tape": "^4.11.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.5.3",
"websocket-stream": "^5.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/handlers/connect.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

var test = require('tape')
var test = require('tape').test
var EE = require('events').EventEmitter
var handleConnect = require('../../lib/handlers/connect')

Expand Down
3 changes: 0 additions & 3 deletions tslint.json

This file was deleted.

0 comments on commit 3ac4f7f

Please sign in to comment.