Skip to content

Commit

Permalink
Renamed circuit-node-sdk to circuit -sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Urscheler committed Jul 31, 2017
1 parent cce7c0a commit 0ca6bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circuit.js
Expand Up @@ -23,7 +23,7 @@
/* jslint node: true */
'use strict';

const Circuit = require('circuit-node-sdk');
const Circuit = require('circuit-sdk');
const config = require('./config.json');

let client;
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "virtual-patient-clinic",
"version": "0.0.1",
"version": "0.0.2",
"description": "Node.js application for virtual appointments with doctors using the Circuit SDK",
"main": "server.js",
"dependencies": {
"circuit-node-sdk": "^1.2.1200",
"circuit-sdk": "^1.2.1200",
"express": "^4.14.1",
"socket.io": "^1.7.3"
},
Expand Down

0 comments on commit 0ca6bc4

Please sign in to comment.