Skip to content

Commit a4a4277

Browse files
committed
chore: bump version and fix package data
1 parent 6d6048e commit a4a4277

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codelyzer",
3-
"version": "2.0.0-beta.4",
4-
"description": "Linting for Angular 2 applications, following angular.io/styleguide.",
3+
"version": "2.0.0",
4+
"description": "Linting for Angular applications, following angular.io/styleguide.",
55
"scripts": {
66
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
77
"release": "npm run build && rimraf dist && tsc -p tsconfig-release.json && npm run copy:common && npm run prepare:package && BUILD_TYPE=prod npm run set:vars && npm run build:links",
@@ -26,10 +26,9 @@
2626
},
2727
"keywords": [
2828
"Angular",
29-
"Angular 2",
3029
"style guide",
3130
"styleguide",
32-
"ng2lint",
31+
"nglint",
3332
"codelyzer",
3433
"lint",
3534
"tslint"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
22
# yarn lockfile v1
3-
"@angular/compiler@^2.4.0":
4-
version "2.4.1"
5-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-2.4.1.tgz#62b4fbfc53c934bd5def78db594cbf245b3f446a"
3+
"@angular/compiler@^4.0.0-beta.6":
4+
version "4.0.0-beta.6"
5+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-4.0.0-beta.6.tgz#dd3af2278a3926b4d7975f16876ed43a1e71011b"
66

7-
"@angular/core@^2.4.0":
8-
version "2.4.1"
9-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-2.4.1.tgz#3a6d2dc7fd86fdebe4febae7eb28abad7d04c76a"
7+
"@angular/core@^4.0.0-beta.6":
8+
version "4.0.0-beta.6"
9+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.0.0-beta.6.tgz#33a90316776f7c96037e5d41137303a789071615"
1010

1111
"@types/chai@^3.4.33":
1212
version "3.4.34"

0 commit comments

Comments
 (0)