Skip to content

Commit b8dfd79

Browse files
committed
Switch things to allow publishing from github org
1 parent 360d495 commit b8dfd79

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.3
2+
3+
- Move to atom-ide-community
4+
15
## 0.0.2
26

37
- Cleanup code (by adding and running prettier).

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019 Ryan Olson
1+
Copyright (c) 2019
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"activationCommands": {
1212
"atom-workspace": "atom-ide-go-to-definition:go-to-definition"
1313
},
14-
"repository": "https://github.com/ryanolsonx/atom-ide-definitions",
14+
"repository": "https://github.com/atom-ide-community/atom-ide-definitions",
1515
"license": "MIT",
1616
"engines": {
1717
"atom": ">=1.0.0 <2.0.0"

0 commit comments

Comments
 (0)