diff --git a/index.js b/index.js index d459d05..33328bb 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,7 @@ // Copyright 2015, EMC, Inc. + + "use strict"; var di = require('di'), diff --git a/package.json b/package.json index 2525b8d..011175e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/RackHD/on-tftp.git" + "url": "https://github.com/changev/on-tftp.git" }, "keywords": [ "tftp" @@ -19,7 +19,7 @@ "di": "git+https://github.com/RackHD/di.js.git", "lodash": "^2.4.1", "tftp": "^0.1.2", - "on-core": "git+https://github.com/RackHD/on-core.git" + "on-core": "git+https://github.com/changev/on-core.git" }, "devDependencies": { "chai": "^2.0.0",