Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can you please make a new release #7

Closed
dotob opened this issue Oct 11, 2016 · 7 comments
Closed

can you please make a new release #7

dotob opened this issue Oct 11, 2016 · 7 comments

Comments

@dotob
Copy link

dotob commented Oct 11, 2016

the release 2.0.2 does not have the anyobject as options. this is necessary when you want to give pug some object for rendering.

@felixfbecker
Copy link

If the commit hash is outdated in the registry, you can just do a PR to update it :)

@dotob
Copy link
Author

dotob commented Oct 11, 2016

happy to make a pr. any hints what/where?

...

Am 11.10.2016 um 16:14 schrieb Felix Becker [email protected]:

If the commit hash is outdated in the registry, you can just do a PR to update it :)


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@felixfbecker
Copy link

@felixfbecker
Copy link

Actually, looks like it is the newest commit? Are you using typings? If you are using NPM or tsd, it will pull the typings from DT, which are probably outdated. They will get replaced once redirects are implemented.

@dotob
Copy link
Author

dotob commented Oct 11, 2016

i am using npm. but i still dont understand what todo. i read the types guideline but theres nothing of help.

...

Am 11.10.2016 um 16:28 schrieb Felix Becker [email protected]:

Actually, looks like it is the newest commit? Are you using typings? If you are using NPM or tsd, it will pull the typings from DT, which are probably outdated. They will get replaced once redirects are implemented.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@felixfbecker
Copy link

Run

npm install -g typings
typings install --save pug

the typings from the registry are not yet available through NPM.

@blakeembrey
Copy link
Member

@dotob If you're using @types/pug, you'll need to complain on https://github.com/DefinitelyTyped/DefinitelyTyped as it's published from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/pug/pug.d.ts. Or comment on microsoft/types-publisher#4 to show your support. As a temporary workaround as this repo has no typings dependencies, you could do npm install types/npm-pug to install from GitHub directly.

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

No branches or pull requests

3 participants