This commit is contained in:
Daniel Odendahl Jr
2017-09-20 11:30:41 +00:00
parent eb7ae1aea3
commit daaa72d013
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
sudo: false
langauge: node_js
language: node_js
node_js:
- '8'
before_install:
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "Shard.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint . --ext .json",
"lint": "eslint . --ext .js --ext .json",
"start": "node Shard.js"
},
"repository": {