diff --git a/README.MD b/README.MD index f08bc0d..e998c06 100644 --- a/README.MD +++ b/README.MD @@ -9,7 +9,7 @@ # Fortjs -fortjs is a lightweight and efficient web framework for [Node.js](https://nodejs.org/en/) that empowers developers to build scalable and performant applications with ease. With a focus on simplicity and speed, fortjs provides a robust foundation for creating web APIs and applications. Featuring intuitive routing, dependency injection, and a powerful middleware system, fortjs allows you to craft clean, organized architectures. +Fortjs is efficient web framework for [Node.js](https://nodejs.org/en/) that empowers developers to build scalable and performant applications with ease. With a focus on simplicity and speed, fortjs provides a robust foundation for creating web APIs and applications. Featuring intuitive routing, dependency injection, and a powerful middleware system, fortjs allows you to craft clean, organized architectures. # Benchmark diff --git a/package.json b/package.json index cd659d8..cee6968 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fortjs", - "version": "2.8.0", - "description": "A lightweight Node.js framework for scalable web applications. Simplify routing, embrace reusable components like walls and shields. Build efficiently with Fort.js", + "version": "2.8.1", + "description": "A Node.js framework for scalable web applications. Simplify routing, embrace reusable components like walls and shields. Build efficiently with Fort.js", "main": "dist/npm.export.js", "types": "dist/ts/index.d.ts", "repository": "https://github.com/ujjwalguptaofficial/fortjs", @@ -20,7 +20,7 @@ ], "scripts": { "lint": "eslint src/**/*.ts", - "webpack": "export NODE_OPTIONS=--openssl-legacy-provider; webpack --config src/webpack.config.js", + "webpack": "webpack --config src/webpack.config.js", "build": "npm run lint && npm run webpack", "build:all": "npm run build && npm run build:prod", "build:prod": "NODE_ENV=production npm run build && npm pack",