Skip to content

Commit

Permalink
Publish version 3.0.1 (moved dependencies to dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
peschuster committed Oct 23, 2023
1 parent fc3e8e2 commit dee2f31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ntcontrol-connection",
"version": "0.3.0",
"version": "0.3.1",
"description": "Client library for Panasonic NT CONTROL protocol (used by projectors).",
"author": "Peter Schuster <development@peschuster.de>",
"license": "MIT",
Expand Down Expand Up @@ -34,17 +34,17 @@
"panasonic"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/jest": "^29.5.6",
"@types/node": "^16.18.59",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
Expand Down

0 comments on commit dee2f31

Please sign in to comment.