mirror of
https://github.com/scratchfoundation/scratchblocks.git
synced 2024-11-28 10:25:55 -05:00
Fix clean-css package name
This commit is contained in:
parent
b0165e7776
commit
1d47a5c511
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@
|
||||||
"homepage": "https://scratchblocks.github.io/",
|
"homepage": "https://scratchblocks.github.io/",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"uglify-js": "^2.6.1",
|
"uglify-js": "^2.6.1",
|
||||||
"cleancss": "^3.4.9"
|
"clean-css": "^3.4.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue