Skip to content

Commit

Permalink
[feat] Spool Config
Browse files Browse the repository at this point in the history
Spool Config is now updateable from the constructor of the Spool
  • Loading branch information
scott-wyatt committed Jul 8, 2018
1 parent bd2db1d commit 4eee18b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions lib/common/Spool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ export class Spool {
return this._config
}

/**
* Virtual Setter for `config`
*/
set config (config) {
this._config = config
}

get pkg () {
return this._pkg
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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": "@fabrix/fabrix",
"version": "1.0.4",
"version": "1.0.5",
"description": "Strongly Typed Modern Web Application Framework for Node.js",
"keywords": [
"framework",
Expand Down

0 comments on commit 4eee18b

Please sign in to comment.