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

Works as an npm package now #41

Merged
merged 1 commit into from
Mar 25, 2015
Merged

Conversation

runarberg
Copy link
Contributor

By adding the main script in package.json we can require the
package from anywhere by doing var texzilla = require('texzilla')
as recommended by npm.

This is essential if we want to use this package with other node modules

By adding the main script in `package.json` we can require the
package from anywhere by doing `var texzilla = require('texzilla')`
as [recommended by npm](https://docs.npmjs.com/misc/developers#the-packagejson-file)
@fred-wang
Copy link
Owner

Looks good, thanks!

fred-wang added a commit that referenced this pull request Mar 25, 2015
Works as an npm package now
@fred-wang fred-wang merged commit ca234d7 into fred-wang:master Mar 25, 2015
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

Successfully merging this pull request may close these issues.

2 participants