Skip to content

Commit

Permalink
Fix Package Name
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Oct 4, 2019
1 parent a9fa6dc commit c1adc47
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"name": "afdsa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"active-win": "^5.1.3",
"sockjs-client": "^1.4.0"
}
"name": "slobs-stream-switcher",
"version": "1.0.0",
"description": "",
"main": "./index.js",
"bin": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"active-win": "^5.1.3",
"sockjs-client": "^1.4.0"
},
"pkg": {
"assets": [
"config.json"
]
},
"targets": "node12"
}

0 comments on commit c1adc47

Please sign in to comment.