Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Prepare 0.17.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tststs committed Feb 12, 2017
1 parent 029c796 commit 5aaf9ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "atom-ternjs",
"main": "./lib/atom-ternjs",
"version": "0.17.0",
"version": "0.17.1",
"private": false,
"description": "JavaScript code intelligence for atom with Tern. Adds support for ES5, ES6 (JavaScript 2015), Node.js, jQuery & Angular. Extendable via plugins. Uses suggestion provider by autocomplete-plus.",
"activationHooks": [
"language-javascript:grammar-used",
"language-babel:grammar-used"
],
"activationCommands": {
"atom-workspace": ["atom-ternjs:openConfig"]
"atom-workspace": [
"atom-ternjs:openConfig"
]
},
"repository": "https://github.com/tststs/atom-ternjs",
"license": "MIT",
Expand Down

0 comments on commit 5aaf9ea

Please sign in to comment.