Skip to content

Commit

Permalink
release version - 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Feb 28, 2024
1 parent 2a72017 commit 8760bb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 8760bb2

Please sign in to comment.