Skip to content

Commit

Permalink
release v 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Dec 22, 2018
1 parent a0000f6 commit 5500166
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/fort.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.4.1",
"version": "1.4.2",
"description": "Fort based MVC web framework for nodejs targeting good code structures & modularity.",
"main": "dist/fort.js",
"types": "dist/ts/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tests/filetest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"webpack:watch": "webpack --config webpack.config.js --watch",
"build": "npm run webpack",
"start": "npm run webpack:watch && opn http://localhost:4000",
"install:lib": "npm i ../../fortjs-1.4.1.tgz --no-save",
"install:lib": "npm i ../../fortjs-1.4.2.tgz --no-save",
"install:build": "npm run install:lib && npm run build",
"test": "mocha --recursive --exit",
"build:test": "npm run build && npm run test",
Expand Down
2 changes: 1 addition & 1 deletion tests/random/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"install:lib": "npm i ../../fortjs-1.4.1.tgz --no-save",
"install:lib": "npm i ../../fortjs-1.4.2.tgz --no-save",
"install:eshtml": "npm i ../../eshtml-0.1.0.tgz",
"install:build": "npm run install:lib && npm run build",
"build": "webpack --config webpack.config.js",
Expand Down

0 comments on commit 5500166

Please sign in to comment.