Missing npm dependency coffee-script
This commit is contained in:
parent
42ee3701ad
commit
e971cffc95
1 changed files with 8 additions and 6 deletions
10
package.json
10
package.json
|
@ -14,9 +14,11 @@
|
|||
"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"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue