1 parent 7eb8f54 commit 569b091Copy full SHA for 569b091
1 file changed
package.json
@@ -2,10 +2,18 @@
2
"name": "ruby-test-switcher",
3
"author": "Daniel Carral",
4
"main": "./lib/ruby-test-switcher",
5
- "version": "0.0.0",
+ "version": "1.0.0",
6
"description": "Switch between Ruby source code and test files with a single keystroke",
7
- "activationHooks": ["language-ruby:grammar-used"],
+ "activationHooks": [
8
+ "language-ruby:grammar-used"
9
+ ],
10
"keywords": [
11
+ "ruby",
12
+ "test",
13
+ "rspec",
14
+ "spec",
15
+ "tdd",
16
+ "bdd"
17
],
18
"activationCommands": {
19
"atom-workspace": "ruby-test-switcher:switch"
@@ -17,13 +25,5 @@
25
},
26
"dependencies": {
27
"underscore": ">=1.8.3"
20
- },
21
- "keywords": [
22
- "ruby",
23
- "test",
24
- "rspec",
- "spec",
- "tdd",
- "bdd"
28
- ]
+ }
29
}
0 commit comments