fp-ts-contrib
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -16,4 +16,9 @@ # Changelog | ||
# 0.0.2 | ||
- **New Feature** | ||
- add `Do` notation (@pfgray) | ||
# 0.0.1 | ||
Initial release |
{ | ||
"name": "fp-ts-contrib", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A community driven utility package for fp-ts", | ||
@@ -11,2 +11,3 @@ "files": [ | ||
"scripts": { | ||
"tsc": "tsc", | ||
"lint": "tslint -p tsconfig.json src/**/*.ts test/**/*.ts", | ||
@@ -16,3 +17,3 @@ "jest": "jest", | ||
"fix-prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --write \"{src,test}/**/*.ts\"", | ||
"test": "npm run prettier && npm run dtslint && npm run jest && npm run docs", | ||
"test": "npm run lint && npm run prettier && npm run dtslint && npm run jest && npm run docs", | ||
"clean": "rimraf rm -rf lib/*", | ||
@@ -19,0 +20,0 @@ "build": "npm run clean && tsc", |
45867
30
1076