Missing npm dependency coffee-script
This commit is contained in:
parent
42ee3701ad
commit
e971cffc95
1 changed files with 8 additions and 6 deletions
|
@ -14,9 +14,11 @@
|
||||||
"gulp-sass": "^2.1.0",
|
"gulp-sass": "^2.1.0",
|
||||||
"node-sass": "^3.4.2"
|
"node-sass": "^3.4.2"
|
||||||
},
|
},
|
||||||
"repository" :
|
"repository": {
|
||||||
{
|
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.mmk2410.org/filespread"
|
"url": "https://git.mmk2410.org/filespread"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"coffee-script": "^1.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue