Skip to content

Commit 0d94c36

Browse files
committed
Use proper activation commands format
1 parent fb120fb commit 0d94c36

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
],
1111
"author": "Scott Barron <[email protected]>",
1212
"homepage": "https://atom.io/packages/go-oracle",
13-
"activationCommands": [
14-
"go-oracle:oracle"
15-
],
13+
"activationCommands": {
14+
"atom-workspace": [
15+
"go-oracle:oracle"
16+
]
17+
},
1618
"repository": "https://github.com/rubyist/go-oracle",
1719
"license": "MIT",
1820
"engines": {

0 commit comments

Comments
 (0)