Skip to content

Commit 4932358

Browse files
committed
consumedServices in package.json
1 parent d4fabbb commit 4932358

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@
1515
"url": "https://github.com/coderoad/atom-coderoad"
1616
},
1717
"repository": "https://github.com/coderoad/atom-coderoad",
18+
"consumedServices": {
19+
"status-bar": {
20+
"versions": {
21+
"^1.0.0": "consumeStatusBar"
22+
}
23+
}
24+
},
1825
"license": "Apache",
1926
"engines": {
20-
"atom": ">=1.0.0 <2.0.0",
21-
"node": ">=0.10.3 <5.0.0"
27+
"atom": ">=1.0.0 <2.0.0"
2228
},
2329
"dependencies": {
2430
"highlights": "1.3.1",

0 commit comments

Comments
 (0)