Skip to content

Commit

Permalink
Update package info for new name
Browse files Browse the repository at this point in the history
  • Loading branch information
krocheck committed Mar 12, 2020
1 parent fa6a9b2 commit 1828e8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# companion-module-spyder
# companion-module-christie-spyder
See HELP.md and LICENSE
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "spyder",
"version": "1.0.0",
"name": "christie-spyder",
"legacy": [
"spyder"
],
"version": "1.0.0",
"api_version": "1.0.0",
"keywords": [ "Image Processing" ],
"manufacturer": "Christie",
"product": "Spyder X20/X80",
"shortname": "spyder",
"description": "spyder plugin for Companion",
"main": "spyder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Per Røine <[email protected]>",
"license": "ISC"
"description": "spyder plugin for Companion",
"main": "spyder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Per Røine <[email protected]>",
"license": "ISC"
}

0 comments on commit 1828e8c

Please sign in to comment.