Closed runarberg closed 9 years ago
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.
package.json
var texzilla = require('texzilla')
This is essential if we want to use this package with other node modules
Looks good, thanks!
By adding the main script in
package.json
we can require the package from anywhere by doingvar texzilla = require('texzilla')
as recommended by npm.This is essential if we want to use this package with other node modules