Skip to content

Commit

Permalink
Merge pull request #62 from iwburns/release-candidate-for-1.0
Browse files Browse the repository at this point in the history
Release candidate for 1.0
  • Loading branch information
iwburns committed Dec 14, 2018
2 parents 7a01b10 + 4dd18e9 commit 59b376e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwburns/tupperware",
"version": "0.1.0",
"version": "1.0.0",
"description": "A package containing Optional and Result types",
"keywords": [],
"main": "./dist/tupperware.umd.js",
Expand Down
3 changes: 1 addition & 2 deletions src/Optional.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ export default abstract class Optional<T> {
}

/**
* Creates a [[None]] with the given value. If something other than `null` or `undefined` is
* provided this method with throw an error.
* Creates a [[None]].
*
* ```
* const nope = Optional.none();
Expand Down

0 comments on commit 59b376e

Please sign in to comment.