Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

privateKey option ignored #50

Closed
tchap opened this issue Feb 13, 2015 · 5 comments
Closed

privateKey option ignored #50

tchap opened this issue Feb 13, 2015 · 5 comments

Comments

@tchap
Copy link

tchap commented Feb 13, 2015

When I set privateKey in the options object, it is somehow ignored. Things start working when I move it to the top level config. So, example:

DOES NOT work:

crx: {
  prod: {
    options:
      privateKey: "..."
  }
}

DOES work:

crx: {
  prod: {
    privateKey: "..."
  }
}
@thom4parisot
Copy link
Owner

Yep, the online doc is about v1.x.x whereas the default installed package is v0.3.x (cf. #45).

@tchap
Copy link
Author

tchap commented Feb 13, 2015

Right... Shouldn't master represent what is on NPM?

@thom4parisot
Copy link
Owner

Indeed but not because of #44, eventually fixed by thom4parisot/crx#41

@tchap
Copy link
Author

tchap commented Feb 13, 2015

Ok, will close this one...

@tchap tchap closed this as completed Feb 13, 2015
@thom4parisot
Copy link
Owner

😃

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants