Skip to content

Commit

Permalink
release v - 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Nov 27, 2023
1 parent f4f8bfc commit d850d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fortjs",
"version": "2.5.2",
"version": "2.5.3",
"description": "A lightweight Node.js framework for scalable web applications. Simplify routing, embrace reusable components like walls and shields. Build efficiently with Fort.js",
"main": "dist/fort.js",
"types": "dist/ts/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tests/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"install:lib": "node installer.js",
"webpack": "webpack --config webpack.config.js",
"webpack:watch": "webpack --config webpack.config.js --watch",
"webpack:watch": "export NODE_OPTIONS=--openssl-legacy-provider; webpack --config webpack.config.js --watch",
"lint": "tslint src/**/*.ts",
"build": "export NODE_OPTIONS=--openssl-legacy-provider; npm run webpack",
"start": "npm run webpack:watch",
Expand Down

0 comments on commit d850d7c

Please sign in to comment.