Skip to content

Commit

Permalink
Update the clean-css, coffee-script and uglify-js.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaygraveyard committed May 1, 2017
1 parent 525038a commit 37c6a52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/app/scripts/compilers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@

"projectSettings": "../../settings/koala-config-of-coffee.json",

"libraries": ["[email protected].4"]
"libraries": ["[email protected].5"]
},
{
"name": "uglifyjs",
Expand Down Expand Up @@ -375,7 +375,7 @@
}
],

"libraries": ["[email protected].21"]
"libraries": ["[email protected].22"]
},


Expand Down Expand Up @@ -452,7 +452,7 @@
}
],

"libraries": ["[email protected].10"]
"libraries": ["[email protected].12"]
}

]
6 changes: 3 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
},
"dependencies": {
"autoprefixer": "^6.7.7",
"clean-css": "^4.0.10",
"coffee-script": "^1.12.4",
"clean-css": "^4.0.12",
"coffee-script": "^1.12.5",
"less": "^1.7.5",
"postcss": "^5.2.17",
"uglify-js": "^2.8.21"
"uglify-js": "^2.8.22"
},
"licenses": [
{
Expand Down

0 comments on commit 37c6a52

Please sign in to comment.