Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
Bump version and add new keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
nawordar committed Sep 9, 2019
1 parent 5b4beff commit a3aebef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-when",
"version": "0.4.1",
"version": "0.5.0",
"description": "JavaScript functional implementation of switch/case written in TypeScript",
"main": "./lib/when.js",
"types": "./lib/when.d.ts",
Expand All @@ -15,6 +15,7 @@
"url": "git+https://github.com/nawordar/ts-when.git"
},
"keywords": [
"util",
"switch",
"case",
"when"
Expand Down

0 comments on commit a3aebef

Please sign in to comment.