Skip to content

Commit

Permalink
chore: Bumped dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joanllenas committed Nov 24, 2019
1 parent 6e39eb2 commit 0d51b12
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"semi": true
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "tsc",
"pub": "tsc && npm publish",
"test": "mocha --reporter spec --compilers ts:ts-node/register 'src/**/*.spec.ts'"
"test": "mocha --require ts-node/register 'src/**/*.spec.ts'"
},
"keywords": [
"either",
Expand All @@ -26,12 +26,12 @@
},
"homepage": "https://github.com/joanllenas/ts.data.either#readme",
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"prettier": "^1.14.3",
"ts-node": "^7.0.1",
"typescript": "^3.0.1"
"@types/chai": "^4.2.5",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"mocha": "^6.2.2",
"prettier": "^1.19.1",
"ts-node": "^8.5.2",
"typescript": "^3.7.2"
}
}
9 changes: 4 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"target": "es5",
"declaration": true,
"noImplicitAny": true,
"outDir": "./dist"
"outDir": "./dist",
"lib": ["es2015"]
},
"include": [
"src/**/*"
]
}
"include": ["src/**/*"]
}

0 comments on commit 0d51b12

Please sign in to comment.