Skip to content

Commit

Permalink
Release v 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Dec 15, 2018
1 parent 5772317 commit 0cd5c83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 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.

6 changes: 0 additions & 6 deletions dist/ts/types/app_option.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ export declare type AppOption = {
* @type {EtagOption}
*/
eTag?: EtagOption;
/**
* map a non existing path
*
* @type {PathMap[]}
*/
virtualPaths?: PathMap[];
/**
* map an existing paths
*
Expand Down
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.0.1",
"version": "1.1.0",
"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
4 changes: 2 additions & 2 deletions test/random/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "simple",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"install:lib": "npm i ../../fortjs-1.0.1.tgz --no-save",
"install:lib": "npm i ../../fortjs-1.1.0.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 0cd5c83

Please sign in to comment.