LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

npm2deb search fails for should #42

Closed shanavas786 closed 7 years ago

shanavas786 commented 7 years ago

since source package of node-should is should.js, npm2deb search should fails. see.

We may use a mapper like this

LeoIannacone commented 7 years ago

Added:

    "node-should": {
        "replace": "should.js"
    },
shanavas786 commented 7 years ago

It should have been

"should": {
        "replace": "should.js"
    },

updated in wiki.

LeoIannacone commented 7 years ago

Oh, you're right! Thansk!