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

Commit 2483511

Browse files
committed
add deprecation messages
1 parent 5c60cdf commit 2483511

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Codacy
1+
# Codacy [DEPRECATED]
2+
3+
Renamed to [codacy-coverage](https://www.npmjs.com/package/codacy-coverage)
4+
25
[Codacy](https://codacy.com/) support for Node.js. Get coverage reporting and code analysis for Node.js from Codacy.
36

47
[![Build Status](https://travis-ci.org/codacy/node-codacy-reporter.svg?branch=1.0.0)](https://travis-ci.org/codacy/node-codacy-reporter)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codacy",
3-
"version": "1.0.1",
4-
"description": "Code Coverage reporter for Codacy.com",
3+
"version": "1.0.1-1",
4+
"description": "Code Coverage reporter for Codacy.com [DEPRECATED]",
55
"keywords": [
66
"codacy",
77
"coverage",

0 commit comments

Comments
 (0)