mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
Pin dependency grunt-contrib-symlink to 1.0.0
This commit is contained in:
parent
885ce6eb44
commit
0abc8971b4
2 changed files with 3 additions and 2 deletions
|
@ -137,7 +137,7 @@
|
|||
"grunt-contrib-clean": "2.0.0",
|
||||
"grunt-contrib-compress": "1.4.3",
|
||||
"grunt-contrib-copy": "1.0.0",
|
||||
"grunt-contrib-symlink": "^1.0.0",
|
||||
"grunt-contrib-symlink": "1.0.0",
|
||||
"grunt-contrib-uglify": "4.0.1",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"grunt-cssnano": "2.1.0",
|
||||
|
|
|
@ -2952,9 +2952,10 @@ grunt-contrib-copy@1.0.0:
|
|||
chalk "^1.1.1"
|
||||
file-sync-cmp "^0.1.0"
|
||||
|
||||
grunt-contrib-symlink@^1.0.0:
|
||||
grunt-contrib-symlink@1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/grunt-contrib-symlink/-/grunt-contrib-symlink-1.0.0.tgz#c83616c035711a6c0062a2810cf1c77ffc6bed2b"
|
||||
integrity sha1-yDYWwDVxGmwAYqKBDPHHf/xr7Ss=
|
||||
|
||||
grunt-contrib-uglify@4.0.1:
|
||||
version "4.0.1"
|
||||
|
|
Loading…
Reference in a new issue