Skip to content

Commit 52e7b98

Browse files
committed
Rename package
1 parent c282c84 commit 52e7b98

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
# atom-ide-go-to-definition package
1+
# atom-ide-definitions package
22

3-
A replacement of the Go To Definition functionality from the original Atom-IDE / Nuclide package developed by Facebook.
3+
A replacement of the definitions functionality from the original Atom-IDE / Nuclide package developed by Facebook.
4+
5+
## Features
6+
7+
* Go to definition (using keymap or context menu).

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "atom-ide-go-to-definition",
3-
"main": "./lib/atom-ide-go-to-definition",
2+
"name": "atom-ide-definitions",
3+
"main": "./lib/atom-ide-definitions",
44
"version": "0.0.0",
5-
"description": "Allows you to navigation to a definition.",
5+
"description": "A replacement for the Definitions functionality that was originally part of the Atom IDE package from Facebook.",
66
"keywords": [
77
"atom-package",
88
"atom-ide",

0 commit comments

Comments
 (0)