Skip to content

Commit

Permalink
2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Nov 11, 2022
1 parent 1f36264 commit 47d8ffc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opentok",
"description": "OpenTok server-side SDK",
"version": "2.14.3",
"version": "2.15.0",
"homepage": "https://github.com/opentok/opentok-node",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,11 +63,10 @@
"test-coverage": "cross-env NODE_ENV=test nyc mocha",
"test-coverage-html": "cross-env NODE_ENV=test nyc --reporter html mocha",
"test-no-lint": "mocha ./test/*-test.js",
"lint": "eslint lib test",
"lint": "./node_modules/.bin/eslint ./lib/ ./test/ ./sample/",
"lint-fix": "eslint --fix lib test",
"jasmine_node": "jasmine spec/opentok_spec.js",
"report-coverage": "cross-env NODE_ENV=test nyc --reporter=text-lcov mocha > coverage.lcov",
"lint": "./node_modules/.bin/eslint ./lib/ ./test/ ./sample/"
"report-coverage": "cross-env NODE_ENV=test nyc --reporter=text-lcov mocha > coverage.lcov"
},
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 47d8ffc

Please sign in to comment.