use simply git syntax and update node
This commit is contained in:
parent
1625c976d0
commit
e416ae704d
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ machine:
|
||||||
python:
|
python:
|
||||||
version: 3.5.1
|
version: 3.5.1
|
||||||
node:
|
node:
|
||||||
version: 5.11.1
|
version: 6.9.4
|
||||||
environment:
|
environment:
|
||||||
BUILD_PRODUCTION: true
|
BUILD_PRODUCTION: true
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"font-awesome": "=4.6.3",
|
"font-awesome": "=4.6.3",
|
||||||
"jquery": "=2.2.3",
|
"jquery": "=2.2.3",
|
||||||
"jquery.easing": "=1.3.2",
|
"jquery.easing": "=1.3.2",
|
||||||
"tstatic": "git://github.com/RealOrangeOne/tstatic",
|
"tstatic": "RealOrangeOne/tstatic",
|
||||||
"underscore": "=1.8.3",
|
"underscore": "=1.8.3",
|
||||||
"wow.js": "=1.2.0"
|
"wow.js": "=1.2.0"
|
||||||
},
|
},
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"autoprefixer": "=6.5.0",
|
"autoprefixer": "=6.5.0",
|
||||||
"browserify": "=13.1.0",
|
"browserify": "=13.1.0",
|
||||||
"clean-css": "=3.4.20",
|
"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",
|
"markdown-spellcheck": "=0.11.0",
|
||||||
"node-sass": "=3.8.0",
|
"node-sass": "=3.8.0",
|
||||||
"nsp": "=2.6.1",
|
"nsp": "=2.6.1",
|
||||||
|
|
Reference in a new issue