Skip to content

Commit

Permalink
add atom typings for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rwatts3 committed Sep 21, 2017
1 parent e5a4605 commit f9c115c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"atom": ">=1.19.0"
},
"configSchema": {
"additionalGrammars": {
"type": "array",
"title": "Register Additional Grammars",
"default": [],
"description": "Register additional grammars"
"additionalGrammars": {
"type": "array",
"title": "Register Additional Grammars",
"default": [],
"description": "Register additional grammars"
}
},
"keywords": [
Expand All @@ -37,6 +37,7 @@
"vue-language-server": "^0.0.18"
},
"devDependencies": {
"@types/atom": "0.0.39",
"@types/node": "^8.0.28",
"typescript": "^2.5.2"
},
Expand Down Expand Up @@ -77,4 +78,4 @@
}
}
}
}
}

0 comments on commit f9c115c

Please sign in to comment.