Compare commits

...

2 Commits

Author SHA1 Message Date
04987cc2e8 fixed mistake on readme 2025-03-20 11:49:18 -05:00
21f4d9dc56 1.0.6 2025-03-19 15:02:48 -05:00
2 changed files with 1 additions and 2 deletions

View File

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

View File

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