RyanMarcus / dirty-json

A parser for invalid JSON
GNU Affero General Public License v3.0
294 stars 30 forks source link

ad a minified version that makes the parser a global js value #13

Closed lastlink closed 5 years ago

lastlink commented 6 years ago

many npm packages will minify their project with a build that can be used w/out using a require statement

RyanMarcus commented 5 years ago

There are plenty of tools that can create a consumable package easily, e.g. browserify.