jstransformers / jstransformer-stylus

Stylus support for JSTransformers.
http://npmjs.com/jstransformer-stylus
MIT License
6 stars 1 forks source link

Cannot find module 'promise' #3

Closed Volune closed 9 years ago

Volune commented 9 years ago

Hi,

I have a Cannot find module 'promise' error when using jstransformer-stylus@0.0.6 promise should probably be in the dependencies, not in the devDependencies.

Here is my package.json, if that helps:

{
    "dependencies": {
        "minimist": "~1.1.1",
        "jade": "~1.10.0",
        "jstransformer-stylus": "~0.0.6"
    },
    "engines": {
        "node": ">=0.10"
    }
}

(I finally added promise in my package.json as a workaround)

tunnckoCore commented 9 years ago

sorry for the mess.. just that automation and fast fingers some time... ;d

released and published as 0.0.7

Volune commented 9 years ago

Great, just tested it, thanks for the quick fix.

RobLoach commented 9 years ago

@tunnckoCore Thanks for fixing it up!