Skip to content

Commit

Permalink
Merge 90777d8 into 6dcfeb7
Browse files Browse the repository at this point in the history
  • Loading branch information
Bin-Huang committed Oct 5, 2019
2 parents 6dcfeb7 + 90777d8 commit fc7b3f5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ node_js:

install:
- npm ci
- npm install codecov -g
- npm install coveralls --save-dev

script:
- npm test
- mkdir coverage && nyc report --reporter=json > coverage/coverage.json && codecov -f coverage/*.json
- npm test && nyc report --reporter=text-lcov | coveralls
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![](https://img.shields.io/npm/v/prray)
[![Package version](https://img.shields.io/npm/v/prray)](https://www.npmjs.com/package/prray)
[![Coverage Status](https://coveralls.io/repos/github/Bin-Huang/prray/badge.svg?branch=tweak-ci)](https://coveralls.io/github/Bin-Huang/prray?branch=tweak-ci)

Prray -- "Promisified" Array, comes with async method supports(such as mapAsync). And it is compatible with normal array.

Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Document polish

[] shieIds
[] badge
[] contribute (issues, pr, fork)
[] back
[] benchmark
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@types/sinon": "^7.5.0",
"ava": "^2.4.0",
"husky": "^3.0.7",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"sinon": "^7.4.2",
"@types/sinon": "^7.5.0",
"typescript": "^3.6.3"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
"declaration": true /* Generates corresponding '.d.ts' file. */,
"declarationMap": true /* Generates a sourcemap for each corresponding '.d.ts' file. */,
// "sourceMap": true, /* Generates corresponding '.map' file. */
// "sourceMap": true /* Generates corresponding '.map' file. */,
// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "./dist" /* Redirect output structure to the directory. */,
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
Expand Down

0 comments on commit fc7b3f5

Please sign in to comment.