mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Add missing source-map-support package
This commit is contained in:
parent
f97c1f1498
commit
f69c708b7a
2 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,8 @@
|
|||
"react-dom": "^15.4.2",
|
||||
"react-helmet": "^3.3.0",
|
||||
"react-router": "4.0.0-alpha.6",
|
||||
"react-test-renderer": "^15.4.2"
|
||||
"react-test-renderer": "^15.4.2",
|
||||
"source-map-support": "^0.4.8"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rm -rf build/*",
|
||||
|
|
|
|||
|
|
@ -5310,7 +5310,7 @@ source-list-map@^0.1.4, source-list-map@~0.1.0, source-list-map@~0.1.7:
|
|||
version "0.1.7"
|
||||
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.7.tgz#d4b5ce2a46535c72c7e8527c71a77d250618172e"
|
||||
|
||||
source-map-support@^0.4.2:
|
||||
source-map-support@^0.4.2, source-map-support@^0.4.8:
|
||||
version "0.4.8"
|
||||
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.8.tgz#4871918d8a3af07289182e974e32844327b2e98b"
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue