Adding CircleCI and Code Climate

This commit is contained in:
Jonathan Putney
2019-11-10 16:31:41 -05:00
parent 2816220943
commit 02082ca1a7
4 changed files with 897 additions and 532 deletions

View File

@@ -16,12 +16,12 @@
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.7.0",
"chai": "^4.2.0",
"eslint": "^6.6.0",
"mocha": "^6.2.2",
"nodemon": "^1.19.4",
"nyc": "^14.1.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha --compilers js:@babel/register"
"test": "./node_modules/.bin/mocha --require @babel/register"
},
"repository": {
"type": "git",