Skip to content

Commit

Permalink
use const insted let at define for test
Browse files Browse the repository at this point in the history
  • Loading branch information
vspirin committed Apr 28, 2017
1 parent 4100b08 commit 931b516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connect-js-adapter-tls",
"version": "3.2.0",
"version": "3.2.1",
"description": "Spotware Connect network adapter in js for TLS socket connection",
"keywords": [
"spotware",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let
const
test = require('ava'),
ProtoMessages = require('connect-protobuf-messages'),
EncodeDecode = require('connect-js-encode-decode'),
Expand Down

0 comments on commit 931b516

Please sign in to comment.