jwlarocque / svelte-dragdroplist

Sortable lists with Svelte 3. Animated, touch-friendly, and accessible.
114 stars 24 forks source link

"repository" element spelt incorrectly on "https://registry.npmjs.org" #12

Open HectorBailey opened 1 year ago

HectorBailey commented 1 year ago

Hi,

I haven't used this lib at all, I have been making a bit of software which interacts with the NPM registry, and I noticed that in the json response for this lib "repository" is spelt wrong.

Not sure how you go about fixing this, I'm not really in to the NPM or JS scene, but I thought I would let you know.

Here is the URL I used https://registry.npmjs.org/svelte-dragdroplist/1.1.1

This is the element in question as you can see it says "respository" and not "repository"

        "respository":{
            "type":"git",
            "url":"git+https://github.com/jwlarocque/svelte-dragdroplist.git"
        }

Hope this helps someone :grin: