Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
tslint-sonarts 1.3.0 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
vilchik-elena authored Dec 26, 2017
1 parent 0045ab7 commit 927676b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
19 changes: 14 additions & 5 deletions sonarts-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tslint-sonarts",
"version": "1.2.0",
"version": "1.3.0",
"description": "SonarTS rules for TSLint",
"main": "tslint-sonarts.json",
"bin": {
Expand All @@ -11,8 +11,7 @@
"clear": "rm -rf lib/*",
"prepack": "yarn build && cp ../README.md .",
"postpack": "rm README.md",
"build":
"yarn install && yarn license-check && yarn check-format && yarn clear && yarn compile-sources && yarn type-check-tests",
"build": "yarn install && yarn license-check && yarn check-format && yarn clear && yarn compile-sources && yarn type-check-tests",
"build-cfg": "cp src/tools/cfg_viewer/index.html lib/tools/cfg_viewer && webpack",
"build-ci": "yarn build && yarn test --coverage",
"build-local": "yarn build && yarn test",
Expand All @@ -27,7 +26,12 @@
"type": "git",
"url": "git+https://github.com/SonarSource/SonarTS.git"
},
"keywords": ["sonarts", "sonarqube", "typescript", "tslint"],
"keywords": [
"sonarts",
"sonarqube",
"typescript",
"tslint"
],
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/SonarSource/SonarTS/issues"
Expand Down Expand Up @@ -68,7 +72,12 @@
"webpack-dev-server": "2.9.4"
},
"license-check-config": {
"src": ["src/**/*.ts", "tests/**/*.ts", "!tests/**/*.lint.ts", "!node_modules/**/*"],
"src": [
"src/**/*.ts",
"tests/**/*.ts",
"!tests/**/*.lint.ts",
"!node_modules/**/*"
],
"path": "HEADER",
"blocking": true,
"logInfo": false,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"license": "LGPL-3.0",
"devDependencies": {
"tslint": "5.8.0",
"tslint-sonarts": "file:../../../sonarts-core/tslint-sonarts-1.2.0.tgz"
"tslint-sonarts": "file:../../../sonarts-core/tslint-sonarts-1.3.0.tgz"
}
}

0 comments on commit 927676b

Please sign in to comment.