Skip to content

Commit

Permalink
Update dependencies and meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 26, 2018
1 parent 90c7a92 commit 4726b1b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Expand Up @@ -3,3 +3,4 @@

[options]
suppress_comment= \\(.\\|\n\\)*\\$ExpectError
include_warnings=true
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: node_js
node_js:
- '10'
- '8'
- '6'
after_success:
Expand Down
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -8,7 +8,7 @@
"node": ">=6"
},
"scripts": {
"test": "xo && nyc ava && tsd-check && flow --max-warnings=0",
"test": "xo && nyc ava && tsd-check && flow",
"bench": "matcha benchmark.js"
},
"files": [
Expand Down Expand Up @@ -43,20 +43,20 @@
"dependencies": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.5.0"
"supports-color": "^6.0.0"
},
"devDependencies": {
"ava": "^0.25.0",
"@sindresorhus/tsconfig": "^0.1.1",
"ava": "^1.0.1",
"coveralls": "^3.0.2",
"execa": "^1.0.0",
"flow-bin": "^0.81.0",
"import-fresh": "^2.0.0",
"flow-bin": "^0.89.0",
"import-fresh": "^3.0.0",
"matcha": "^0.7.0",
"nyc": "^13.0.1",
"nyc": "^13.1.0",
"resolve-from": "^4.0.0",
"tsd-check": "^0.2.1",
"typescript": "^2.5.3",
"xo": "0.20.3"
"tsd-check": "^0.3.0",
"xo": "^0.23.0"
},
"types": "index.d.ts",
"xo": {
Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
@@ -1,8 +1,6 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noEmit": true,
"allowJs": true
}
Expand Down

0 comments on commit 4726b1b

Please sign in to comment.