mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Remove unused uuid package
This commit is contained in:
parent
395591d93e
commit
b44ef9e850
2 changed files with 1 additions and 2 deletions
|
@ -41,7 +41,6 @@
|
||||||
"node-sloc": "^0.1.10",
|
"node-sloc": "^0.1.10",
|
||||||
"raw-loader": "^0.5.1",
|
"raw-loader": "^0.5.1",
|
||||||
"uglifyjs-webpack-plugin": "^1.2.4",
|
"uglifyjs-webpack-plugin": "^1.2.4",
|
||||||
"uuid": "^3.2.1",
|
|
||||||
"webpack": "^4.1.1",
|
"webpack": "^4.1.1",
|
||||||
"webpack-cli": "^2.0.12",
|
"webpack-cli": "^2.0.12",
|
||||||
"webpack-shell-plugin": "^0.5.0"
|
"webpack-shell-plugin": "^0.5.0"
|
||||||
|
|
|
@ -4637,7 +4637,7 @@ util@0.10.3, util@^0.10.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
inherits "2.0.1"
|
inherits "2.0.1"
|
||||||
|
|
||||||
uuid@^3.0.0, uuid@^3.2.1:
|
uuid@^3.0.0:
|
||||||
version "3.2.1"
|
version "3.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14"
|
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue