minify-html/nodejs
Sondre Nilsen cf956e74df
Fix TS types and include index.d.ts when publishing to NPM (#16)
* Include index.d.ts when publishing to NPM

* Set correct type for minify in index.d.ts
2020-12-18 10:35:46 +11:00
..
.cargo Implement Windows support for Node.js 2020-07-24 17:35:26 +10:00
native 0.3.9 2020-11-13 22:20:30 +11:00
.gitignore Create structure for Node.js node-gyp native module 2020-07-24 14:20:24 +10:00
.no-postinstall Do not run npm postinstall from repo 2020-07-11 23:33:44 +10:00
binding.c Implement Node.js errors 2020-07-25 13:40:37 +10:00
binding.gyp Fix Node.js gyp action for non-Windows 2020-07-24 17:38:38 +10:00
compress.js Restore Windows support; fix Node.js paths 2020-07-22 21:52:54 +10:00
index.d.ts Fix TS types and include index.d.ts when publishing to NPM (#16) 2020-12-18 10:35:46 +11:00
package.json Fix TS types and include index.d.ts when publishing to NPM (#16) 2020-12-18 10:35:46 +11:00
postinstall.js Do not create per-Node.js builds; decrease N-API version 2020-07-24 16:08:14 +10:00