Skip to content
This repository was archived by the owner on May 8, 2020. It is now read-only.

Commit 14b8247

Browse files
author
Travis
committed
fix: Deprecate the repository. All codes are hosted on tsed.io
1 parent 2d05e75 commit 14b8247

File tree

3 files changed

+30
-33
lines changed

3 files changed

+30
-33
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- 'node'
4+
- '12'
55
- '10'
66
- '9'
77
- '8'

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/TypedProject/ts-httpexceptions.git"
26+
"url": "https://github.com/TypedProject/tsed.git"
2727
},
2828
"keywords": [
2929
"Exceptions",
@@ -35,9 +35,9 @@
3535
"author": "Romakita",
3636
"license": "MIT",
3737
"bugs": {
38-
"url": "https://github.com/TypedProject/ts-httpexceptions/issues"
38+
"url": "https://github.com/TypedProject/tsed/issues"
3939
},
40-
"homepage": "https://TypedProject.github.io/ts-httpexceptions",
40+
"homepage": "https://TypedProject.github.io/tsed",
4141
"devDependencies": {
4242
"@types/chai": "^4.1.4",
4343
"@types/express": "^4.16.0",
@@ -70,4 +70,4 @@
7070
"release": {
7171
"branch": "production"
7272
}
73-
}
73+
}

readme.md

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# ts-httpexceptions
22

3-
[![Build Status](https://travis-ci.org/TypedProject/ts-httpexceptions.svg?branch=master)](https://travis-ci.org/TypedProject/ts-httpexceptions)
4-
[![Coverage Status](https://coveralls.io/repos/github/TypedProject/ts-httpexceptions/badge.svg?branch=master)](https://coveralls.io/github/TypedProject/ts-httpexceptions?branch=master)
5-
[![TypeScript](https://badges.frapsoft.com/typescript/love/typescript.svg?v=100)](https://github.com/ellerbrock/typescript-badges/)
6-
[![Package Quality](http://npm.packagequality.com/shield/ts-express-decorators.png)](http://packagequality.com/#?package=ts-express-decorators)
7-
[![npm version](https://badge.fury.io/js/ts-express-decorators.svg)](https://badge.fury.io/js/ts-express-decorators)
8-
[![Dependencies](https://david-dm.org/TypedProject/ts-httpexceptions.svg)](https://david-dm.org/TypedProject/ts-httpexceptions#info=dependencies)
9-
[![img](https://david-dm.org/TypedProject/ts-httpexceptions/dev-status.svg)](https://david-dm.org/TypedProject/ts-httpexceptions/#info=devDependencies)
10-
[![img](https://david-dm.org/TypedProject/ts-httpexceptions/peer-status.svg)](https://david-dm.org/TypedProject/ts-httpexceptions/#info=peerDependenciess)
11-
[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/ts-httpexceptions/badge.svg)](https://snyk.io/test/github/TypedProject/ts-httpexceptions)
12-
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
13-
14-
> Provide Exceptions for REST API based on Express.js. Written in Typescript !
15-
16-
See [guide installation](https://TypedProject.github.io/ts-httpexceptions/#/getting-started) and our [API](https://TypedProject.github.io/ts-httpexceptions/#/api/index).
3+
This repository is archived. The source code is now available on https://github.com/TypedProject/tsed/tree/production/packages/exceptions repository
4+
5+
See documentation on [https://tsed.io](https://tsed.io/docs/exceptions.html).
6+
7+
## Installation
8+
9+
```
10+
npm install @tsed/exceptions
11+
```
12+
1713
## Features
1814

1915
Some HTTP Exceptions are already implemented :
@@ -72,14 +68,6 @@ Server errors (5xx) :
7268

7369
You can use HTTPExceptions method to throw a custom Exception.
7470

75-
76-
## Installation
77-
78-
```bash
79-
$ npm install -g typescript@2.0.2
80-
$ npm install ts-httpexceptions
81-
```
82-
8371
## API
8472

8573
```typescript
@@ -132,19 +120,28 @@ app.use((err, request, response, next) => {
132120
});
133121
```
134122

123+
## Contributors
124+
Please read [contributing guidelines here](./CONTRIBUTING.md).
135125

136-
## Test
126+
<a href="https://github.com/TypedProject/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
137127

138-
```bash
139-
$ npm install -g mocha
140-
$ npm test
141-
```
128+
129+
## Backers
130+
131+
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/tsed#backer)]
132+
133+
<a href="https://opencollective.com/tsed#backers" target="_blank"><img src="https://opencollective.com/tsed/tiers/backer.svg?width=890"></a>
134+
135+
136+
## Sponsors
137+
138+
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/tsed#sponsor)]
142139

143140
## License
144141

145142
The MIT License (MIT)
146143

147-
Copyright (c) 2016 Romain Lenzotti
144+
Copyright (c) 2016 - 2020 Ts.ED
148145

149146
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 the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
150147

0 commit comments

Comments
 (0)