Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Prepare 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arusakov committed Feb 26, 2016
1 parent d773b49 commit 34b7a5d
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}

0 comments on commit 34b7a5d

Please sign in to comment.