Skip to content

Commit bc44d08

Browse files
committed
Remove packages with issues
1 parent bb64fa6 commit bc44d08

File tree

5 files changed

+69
-2125
lines changed

5 files changed

+69
-2125
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
name: Tests
4242
command: |
4343
npm test
44-
npm run test:report:coverage
4544
- persist_to_workspace:
4645
root: ~/repo
4746
paths: .

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
node_modules
22
.history
3-
.nyc_output
4-
yarn-error.log
53

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# pg-cr-layer [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url] [![CircleCI](https://circleci.com/gh/andrglo/pg-cr-layer.svg?style=svg)](https://circleci.com/gh/andrglo/pg-cr-layer) [![Coverage percentage][coveralls-image]][coveralls-url]
21
> A postgres interface layer for common requests. It uses [pg](https://github.com/brianc/node-postgres) to connect
32
and wraps it in a tiny layer using ES2015 promises with the goal to be simpler and compatible with [mssql](https://github.com/patriksimek/node-mssql)
43
via [mssql-cr-layer](https://github.com/andrglo/mssql-cr-layer)

0 commit comments

Comments
 (0)