fluent-type-results
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,3 +5,3 @@ "use strict"; | ||
constructor() { | ||
this._text = ""; | ||
this._text = ''; | ||
this._number = 0; | ||
@@ -8,0 +8,0 @@ } |
{ | ||
"name": "fluent-type-results", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "FluentTypeResults is a lightweight Typescript library built to solve a common problem - returning an object to either indicate success or failure of an operation instead of using exceptions.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |