Skip to content

Commit 09767da

Browse files
committed
Prepare 6.0.3 release
1 parent 4f56cef commit 09767da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atom-typescript",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"main": "./dist/main/atomts",
55
"bin": {
66
"atbuild": "./dist/main/bin/atbuild"
@@ -62,7 +62,9 @@
6262
"grunt": "^0.4.5",
6363
"grunt-ts": "^3.0.0"
6464
},
65-
"package-deps": ["linter"],
65+
"package-deps": [
66+
"linter"
67+
],
6668
"keywords": [
6769
"typescript",
6870
"javascript",

0 commit comments

Comments
 (0)