This commit is contained in:
nicco
2018-02-21 19:39:15 +01:00
parent 5c06c17b95
commit 91aa96d0af
2 changed files with 135 additions and 1 deletions

View File

@@ -10,9 +10,13 @@
"url": "https://github.com/CupCakeArmy/cometa",
"type": "github"
},
"scripts": {
"test": "mocha"
},
"author": "Niccolo Borgioli",
"license": "MIT",
"devDependencies": {
"@types/node": "^9.4.1"
"@types/node": "^9.4.6",
"mocha": "^5.0.1"
}
}