Skip to content

Commit

Permalink
Merge pull request palantir#520 from palantir/release-2.4.1
Browse files Browse the repository at this point in the history
Release 2.4.1
  • Loading branch information
adidahiya committed Jul 22, 2015
2 parents 7a34f3d + 1cb5ff4 commit 66d7b36
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 71 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.gitmodules
.project
.travis.yml
Expand All @@ -7,3 +8,4 @@ tslint.json
build/tslint-tests.js
src/
test/
tscommand*.txt
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
===

v2.4.1
---
* [bug] remove npm-shrinkwrap.json from the published package

v2.4.0
---
* Upgraded Typescript compiler to 1.5.3
Expand Down
69 changes: 0 additions & 69 deletions npm-shrinkwrap.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tslint",
"version": "2.4.0",
"version": "2.4.1",
"description": "a static analysis linter for TypeScript",
"bin": {
"tslint": "./bin/tslint"
Expand Down
2 changes: 1 addition & 1 deletion src/tslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module Lint {
private source: string;
private options: ILinterOptions;

public static VERSION = "2.4.0";
public static VERSION = "2.4.1";

constructor(fileName: string, source: string, options: ILinterOptions) {
this.fileName = fileName;
Expand Down

0 comments on commit 66d7b36

Please sign in to comment.