Skip to content

Commit f75cd0c

Browse files
committed
chore: rename package in package.json
1 parent 87fc3be commit f75cd0c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ng2lint",
2+
"name": "codelyzer",
33
"version": "0.0.10",
44
"description": "A set of linters for Angular 2 applications, following https://github.com/mgechev/angular2-style-guide.",
55
"main": "index.js",
@@ -21,7 +21,10 @@
2121
"lint",
2222
"tslint"
2323
],
24-
"author": "Minko Gechev <[email protected]>",
24+
"author": {
25+
"name": "Minko Gechev",
26+
"email": "[email protected]"
27+
},
2528
"license": "MIT",
2629
"bugs": {
2730
"url": "https://github.com/mgechev/ng2lint/issues"

0 commit comments

Comments
 (0)