Skip to content

Commit

Permalink
reverted test setup packages json from fork owner and fixxed bug in r…
Browse files Browse the repository at this point in the history
…pc wrapper setup
  • Loading branch information
DavidM42 committed Aug 18, 2017
1 parent f8254ac commit 0dad4e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
20 changes: 0 additions & 20 deletions index.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "untis-api",
"version": "1.0.0",
"description": "a simple api for webuntis",
"main": "index.js",
"main": "webuntis.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion rpcWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function setup(username, password, schoolName, servername) {
config.userName = username;
config.password = password;
config.url = url(schoolName);
config.servername = UntisServer;
config.servername = servername;
return connect();
}

Expand Down

0 comments on commit 0dad4e6

Please sign in to comment.