From e79fd3aa255ea6254f4fcacb21e9248aea1715c7 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 1 Oct 2014 18:23:06 +1000 Subject: [PATCH] peg to commit instead of master on escodegen and esprima dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4b519d32c0..3dabfab995 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "6to5", "description": "Turn ES6 code into vanilla ES5 with no runtime required", - "version": "0.0.4", + "version": "0.0.5", "repository": { "type": "git", "url": "https://github.com/sebmck/6to5.git" @@ -23,8 +23,8 @@ "lodash": "2.4.1", "mkdirp": "0.5.0", "through": "2.3.4", - "escodegen": "https://github.com/Constellation/escodegen/tarball/master", - "esprima": "https://github.com/esnext/esprima/tarball/harmony-esnext", + "escodegen": "https://github.com/Constellation/escodegen/archive/624550d0d6edf812a661902c6908dedff66005a7.tar.gz", + "esprima": "https://github.com/esnext/esprima/archive/ebda4fb14a2aad61c54a83006c061c1649636985.tar.gz", "estraverse": "1.5.1", "ast-types": "^0.4.9" },