Skip to content

Commit

Permalink
Update to 5.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
abierbaum committed Apr 21, 2017
1 parent 12c1079 commit 121dbbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ Flags locations where code calls "new Object()", "new Array()", "new Function()"

# Changelog

* 5.1.0
* Updated to work with tslint 5.1.0
* Update package.json to include build and test scripts
* Cleaned up the tslint and tsconfig options used
* 4.0.1
* Add "main" entry to package.json to allow importing
* 4.0.0
Expand Down Expand Up @@ -272,7 +276,7 @@ Contributions are greatly appreciated. Please fork the repository and submit a

## Development steps

The run_tests.sh script will run the tests locally.
The command `npm run test` will run tests locally.

To add a new rule:
- Add the rule's .ts file to the /rules directory
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vrsource-tslint-rules",
"version": "4.0.1",
"version": "5.1.0",
"description": "Extension rules for tslint",
"repository": {
"type": "git",
Expand Down

0 comments on commit 121dbbe

Please sign in to comment.