mirror of
1
2
Fork 0
A simple FOSS drop-in replacement to Google reCaptcha
Go to file
Devshh a9601eb68b added travis and converted to single quotes 2020-03-16 16:51:34 +05:30
scripts Current pre1 2020-03-15 09:56:24 +01:00
src added travis and converted to single quotes 2020-03-16 16:51:34 +05:30
test Current pre1 2020-03-15 09:56:24 +01:00
.gitignore code refactor and remove unused dependencies 2020-03-16 12:54:10 +05:30
.travis.yml added travis and converted to single quotes 2020-03-16 16:51:34 +05:30
LICENSE Initial commit 2020-03-13 16:43:58 +05:30
README.md Merge CJS Build 2020-03-16 09:17:41 +01:00
package-lock.json code refactor and remove unused dependencies 2020-03-16 12:54:10 +05:30
package.json version push 2020-03-16 11:13:10 +01:00
rollup.config.js added travis and converted to single quotes 2020-03-16 16:51:34 +05:30
tsconfig.json Transion server.js and all dependencys to working as ES6+ 2020-03-16 11:12:49 +01:00

README.md

TODO

Research --emitDeclarationOnly

Transform the Project to ES6+ and create CJS bundels

  • Adjust package.json to reflect our intend to move to es6 type: module
  • Adjust every js file to use import not require
  • test and run this with node 13+
  • Configure Rollup to create 2 packages 1x esm 1x cjs
  • ship the cjs bundle with devDependency esm bundle and reference that inside the package.json to allow packagers to use it
  • Add Automated Testing via Jenkins.
  • github releases for packages.