DefinitelyTyped/types/get-urls/package.json
Nathan Shively-Sanders 4161eb7a92 Add package.json to get-urls
It depends on normalize-url, which now has its own types
2019-02-28 16:27:02 -08:00

7 lines
72 B
JSON

{
"private": true,
"dependencies": {
"normalize-url": "*"
}
}