Compare commits

..

No commits in common. "04987cc2e87b5e0b04726c67c2cca116ea104866" and "c1c77efaf0998f5de46d2a706c13cc57f6588817" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ Environment Setup
Create a .env file at the root with your database, backend url and JWT configuration:
```env
JWT_SECRET=your_jwt_secret
DB_HOST=localhost
DB_NAME=license_db
DB_USER_ADMIN=license_admin

View File

@ -1,6 +1,6 @@
{
"name": "license-lib",
"version": "1.0.6",
"version": "1.0.5",
"description": "Simple, secure licensing library for Node.js, React, and Next.js.",
"main": "server/index.js",
"dependencies": {