Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Fix type testing on Node 9
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Sep 12, 2018
1 parent cc5835c commit 4e559ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
32 changes: 10 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,8 @@
"description": "Write your actions and reducers without pain",
"main": "lib/index.js",
"scripts": {
"test": "eslint . && nyc ava && dtslint types",
"test": "eslint . && nyc ava && npm run types",
"types": "rm -rf node_modules && npm i -g dtslint && dtslint types",
"build": "babel ./src -d ./lib",
"coverage": "NODE_ENV=test nyc report --reporter=text-lcov",
"report": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit 4e559ab

Please sign in to comment.