diff options
author | Max Wu | 2017-09-27 21:46:13 +0800 |
---|---|---|
committer | GitHub | 2017-09-27 21:46:13 +0800 |
commit | 6f2d1d4320ddaf9ebfb84c87ff365373965dbb62 (patch) | |
tree | ff3b43906e7a7961f83f315d77370e051d36acca | |
parent | fb14e121cdefceff9ca3658fa0d4d2bad1fd8231 (diff) | |
parent | 355c805db83d407f0e23e1c51701f627efdf88e5 (diff) |
Merge pull request #538 from madebyherzblut/fix-yarn-lock
Update yarn.lock
Diffstat (limited to '')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,9 +2,9 @@ # yarn lockfile v1 -"Idle.Js@github:shawnmclean/Idle.js": +"Idle.Js@git+https://github.com/shawnmclean/Idle.js": version "0.0.1" - resolved "https://codeload.github.com/shawnmclean/Idle.js/tar.gz/f46e86f0328071b933035fd2121b82feb57aabb1" + resolved "git+https://github.com/shawnmclean/Idle.js#db9beb3483a460ad638ec947867720f0ed066a62" abab@^1.0.3: version "1.0.3" @@ -5682,9 +5682,9 @@ raphael@2.2.7: dependencies: eve-raphael "0.5.0" -"raphael@github:dmitrybaranovskiy/raphael": +"raphael@git+https://github.com/dmitrybaranovskiy/raphael": version "2.2.7" - resolved "https://codeload.github.com/dmitrybaranovskiy/raphael/tar.gz/fe8e591e1c86b5aeb4c252b33c08e647434504c5" + resolved "git+https://github.com/dmitrybaranovskiy/raphael#fe8e591e1c86b5aeb4c252b33c08e647434504c5" dependencies: eve-raphael "0.5.0" |