diff --git a/package.json b/package.json index de2715a7..deb6f885 100644 --- a/package.json +++ b/package.json @@ -1,39 +1,39 @@ -{ - "name": "linter-tslint", - "main": "./lib/init", - "linter-package": true, - "version": "0.7.0", - "description": "Linter plugin for Typescript, using tslint", - "repository": { - "type": "git", - "url": "https://github.com/AtomLinter/linter-tslint.git" - }, - "license": "MIT", - "engines": { - "atom": ">0.50.0" - }, - "dependencies": { - "atom-package-deps": "^4.0.1", - "resolve": "1.1.7", - "tslint": "^3.5.0", - "typescript": "^1.8.2" - }, - "readmeFilename": "README.md", - "bugs": { - "url": "https://github.com/AtomLinter/linter-tslint/issues" - }, - "homepage": "https://github.com/AtomLinter/linter-tslint", - "dist": { - "shasum": "ef99bad67e3e7db0dc69d8d379272ef02f4a4a21" - }, - "package-deps": [ - "linter" - ], - "providedServices": { - "linter": { - "versions": { - "1.0.0": "provideLinter" - } - } - } -} +{ + "name": "linter-tslint", + "main": "./lib/init", + "linter-package": true, + "version": "0.8.0", + "description": "Linter plugin for Typescript, using tslint", + "repository": { + "type": "git", + "url": "https://github.com/AtomLinter/linter-tslint.git" + }, + "license": "MIT", + "engines": { + "atom": ">0.50.0" + }, + "dependencies": { + "atom-package-deps": "^4.0.1", + "resolve": "1.1.7", + "tslint": "^3.5.0", + "typescript": "^1.8.2" + }, + "readmeFilename": "README.md", + "bugs": { + "url": "https://github.com/AtomLinter/linter-tslint/issues" + }, + "homepage": "https://github.com/AtomLinter/linter-tslint", + "dist": { + "shasum": "ef99bad67e3e7db0dc69d8d379272ef02f4a4a21" + }, + "package-deps": [ + "linter" + ], + "providedServices": { + "linter": { + "versions": { + "1.0.0": "provideLinter" + } + } + } +}