Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 3db4efd

Browse files
author
Spain
committed
add babel-cli and fix circle ssl (WILL SQUASH)
1 parent 1e47ad0 commit 3db4efd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

circle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
dependencies:
2+
pre:
3+
- sudo apt-get update
4+
- sudo apt-get install wget
25
post:
36
- wget -O atom-amd64.deb https://atom.io/download/deb
4-
- sudo apt-get update
57
- sudo dpkg --install atom-amd64.deb || true
68
- sudo apt-get -f install -y
79
test:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"resolve-env": "^1.0.0"
2323
},
2424
"devDependencies": {
25-
"babel": "^6.1.18",
25+
"babel-cli": "^6.2.0",
2626
"babel-eslint": "^4.1.6",
2727
"babel-preset-steelbrain": "^1.0.0",
2828
"babel-preset-steelbrain-legacy": "^1.0.0",

0 commit comments

Comments
 (0)