Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pelotom committed May 10, 2018
1 parent 479f98d commit 47cc16f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unionize",
"version": "2.1.0",
"version": "2.1.1",
"description": "Boilerplate-free functional sum types in TypeScript",
"repository": "https://github.com/pelotom/unionize",
"author": "Tom Crockett <[email protected]>",
Expand All @@ -9,8 +9,7 @@
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc --pretty",
"format":
"prettier $([ \"$CI\" == true ] && echo --list-different || echo --write) './**/*.{ts,tsx,js,json,css}'",
"format": "prettier $([ \"$CI\" == true ] && echo --list-different || echo --write) './**/*.{ts,tsx,js,json,css}'",
"test": "jest --no-cache --verbose --coverage",
"test:watch": "jest --watch"
},
Expand Down

0 comments on commit 47cc16f

Please sign in to comment.