robiveli / js-captcha

Tiny captcha component (~2KB) written in pure JavaScript with no dependencies
https://robiveli.github.io/js-captcha/
MIT License
68 stars 18 forks source link

Add main section to package.json #8

Closed PikachuEXE closed 4 years ago

PikachuEXE commented 5 years ago

Allow shorter require https://docs.npmjs.com/files/package.json#main

Also README should be corrected to use

import jCaptcha from 'js-captcha/dist/js/jCaptcha';
// or after this PR
import jCaptcha from 'js-captcha';

in instruction for requiring the JS file

robiveli commented 4 years ago

Resolved within https://github.com/robiveli/js-captcha/commit/9cc1f593d1d37b7d536890f255f7b0b82afe7e4f so closing this