diff --git a/package.json b/package.json index 64977d5..1457f9d 100644 --- a/package.json +++ b/package.json @@ -26,12 +26,12 @@ }, "homepage": "https://github.com/ghaiklor/passport-reddit-token", "devDependencies": { - "babel": "^5.8.23", + "babel": "5.8.23", "chai": "2.3.0", "chai-passport-strategy": "0.2.0", "istanbul": "0.3.21", "mocha": "2.3.3", - "sinon": "^1.17.1" + "sinon": "1.17.1" }, "dependencies": { "passport-oauth": "1.0.0" diff --git a/test/fixtures/profile.json b/test/fixtures/profile.js similarity index 70% rename from test/fixtures/profile.json rename to test/fixtures/profile.js index 58d2545..d394054 100644 --- a/test/fixtures/profile.json +++ b/test/fixtures/profile.js @@ -1,6 +1,6 @@ -{ +export default JSON.stringify({ "name": "redditor", "link_karma": 100, "comment_karma": 900, "id": "woohoo" -} +})