Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pelotom committed Apr 23, 2018
1 parent 543fc06 commit d8f7f95
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unionize",
"version": "1.0.1",
"version": "2.0.0",
"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 All @@ -25,7 +24,10 @@
"jest": {
"verbose": false,
"testRegex": ".*/*.spec.ts$",
"moduleFileExtensions": ["js", "ts"],
"moduleFileExtensions": [
"js",
"ts"
],
"transform": {
"\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor"
},
Expand Down

0 comments on commit d8f7f95

Please sign in to comment.