From 6d773076c517cd8a29fdea900892f07636bb363f Mon Sep 17 00:00:00 2001 From: Tim Mickel Date: Wed, 24 Aug 2016 14:03:42 -0400 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 17e50fa4d..095dc2a9b 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "eslint": "2.7.0", "highlightjs": "8.7.0", "json-loader": "0.5.4", - "scratch-blocks": "git+https://git@github.com/LLK/scratch-blocks.git", - "scratch-render": "git+https://git@github.com/LLK/scratch-render.git", + "scratch-blocks": "git+https://git@github.com/LLK/scratch-blocks.git#develop", + "scratch-render": "git+https://git@github.com/LLK/scratch-render.git#develop", "stats.js": "0.16.0", "tap": "5.7.1", "webpack": "1.13.0",