Add circle.yml, .nvmrc, remove @types/axios

This commit is contained in:
Kyle Corbelli 2017-09-15 06:57:42 -07:00
parent accf20b144
commit 4580a218f6
3 changed files with 4 additions and 1 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
8.4.0

3
circle.yml Normal file
View File

@ -0,0 +1,3 @@
machine:
node:
version: 8.4.0

View File

@ -43,7 +43,6 @@
"typescript": "^2.5.2"
},
"dependencies": {
"@types/axios": "^0.14.0",
"axios": "^0.16.2",
"redux": "^3.7.2"
}