From e416ae704d78067af379683966818ddf55564572 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 11 Jan 2017 22:11:25 +0000 Subject: [PATCH] use simply git syntax and update node --- circle.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index fac9bee..e0f81bc 100644 --- a/circle.yml +++ b/circle.yml @@ -2,7 +2,7 @@ machine: python: version: 3.5.1 node: - version: 5.11.1 + version: 6.9.4 environment: BUILD_PRODUCTION: true NODE_ENV: production diff --git a/package.json b/package.json index a8156ae..7d08214 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "font-awesome": "=4.6.3", "jquery": "=2.2.3", "jquery.easing": "=1.3.2", - "tstatic": "git://github.com/RealOrangeOne/tstatic", + "tstatic": "RealOrangeOne/tstatic", "underscore": "=1.8.3", "wow.js": "=1.2.0" }, @@ -27,7 +27,7 @@ "autoprefixer": "=6.5.0", "browserify": "=13.1.0", "clean-css": "=3.4.20", - "eslint-config": "git://github.com/dabapps/eslint-config.git#2.0.4", + "eslint-config": "dabapps/eslint-config.git#2.0.4", "markdown-spellcheck": "=0.11.0", "node-sass": "=3.8.0", "nsp": "=2.6.1",