Cleaned up .travis.yml

This commit is contained in:
Angelos Chalaris
2017-12-29 16:09:05 +02:00
parent 924886ac53
commit 6b895efa71
3 changed files with 2 additions and 60 deletions

View File

@ -1,16 +1,13 @@
{
"dependencies": {
"builder": "^3.2.3",
"chalk": "^2.3.0",
"fs-extra": "^4.0.2",
"html-minifier": "^3.5.7",
"markdown-it": "^8.4.0",
"node-sass": "^4.7.2",
"prettier": "^1.9.2",
"semistandard": "^11.0.0",
"tagger": "^0.1.2",
"tape": "^4.8.0",
"webber": "0.0.1"
"chalk": "^2.3.0",
"tape": "^4.8.0"
},
"name": "30-seconds-of-code",
"description": "A collection of useful Javascript snippets.",