Missing npm dependency coffee-script

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-04-09 11:28:47 +02:00
parent 42ee3701ad
commit e971cffc95
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 8 additions and 6 deletions

View File

@ -13,10 +13,12 @@
"gulp-coffee": "^2.3.1",
"gulp-sass": "^2.1.0",
"node-sass": "^3.4.2"
},
"repository" :
{
"type" : "git",
"url" : "https://git.mmk2410.org/filespread"
}
},
"repository": {
"type": "git",
"url": "https://git.mmk2410.org/filespread"
},
"dependencies": {
"coffee-script": "^1.10.0"
}
}