Skip to content

Commit

Permalink
Merge pull request #89 from runk/upgrades
Browse files Browse the repository at this point in the history
Upgrade deps
  • Loading branch information
runk committed Mar 26, 2018
2 parents 53edf8a + 85b3c8a commit cdcb531
Show file tree
Hide file tree
Showing 9 changed files with 2,018 additions and 257 deletions.
39 changes: 0 additions & 39 deletions .istanbul.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"check-coverage": true,
"per-file": true,
"lines": 100,
"statements": 100,
"functions": 100,
"branches": 100,
"include": [
"lib/**/*.js"
],
"exclude": [],
"reporter": [
"lcov",
"text-summary"
],
"cache": true,
"all": true,
"report-dir": "./coverage",
"watermarks": {
"lines": [99, 100],
"functions": [99, 100],
"branches": [99, 100],
"statements": [99, 100]
}
}
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ node_js:
- "4.8"
- "6.9"
- "8.4"
script:
- npm run lint
- npm test --coverage
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ which you can find useful:

- `npm test` runs tests
- `npm run lint` runs js linter
- `npm run coverage` runs code coverage task and generates a report
- `npm run benchmark` runs performance benchmark
- `npm test --coverage` runs code coverage task and generates a report

One pull request per one feature, nothing unusual.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Dmitry Shirokov
Copyright (c) 2018 Dmitry Shirokov

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
Loading

0 comments on commit cdcb531

Please sign in to comment.