Skip to content

Commit 569b091

Browse files
committed
Prepare 1.0.0 release
1 parent 7eb8f54 commit 569b091

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22
"name": "ruby-test-switcher",
33
"author": "Daniel Carral",
44
"main": "./lib/ruby-test-switcher",
5-
"version": "0.0.0",
5+
"version": "1.0.0",
66
"description": "Switch between Ruby source code and test files with a single keystroke",
7-
"activationHooks": ["language-ruby:grammar-used"],
7+
"activationHooks": [
8+
"language-ruby:grammar-used"
9+
],
810
"keywords": [
11+
"ruby",
12+
"test",
13+
"rspec",
14+
"spec",
15+
"tdd",
16+
"bdd"
917
],
1018
"activationCommands": {
1119
"atom-workspace": "ruby-test-switcher:switch"
@@ -17,13 +25,5 @@
1725
},
1826
"dependencies": {
1927
"underscore": ">=1.8.3"
20-
},
21-
"keywords": [
22-
"ruby",
23-
"test",
24-
"rspec",
25-
"spec",
26-
"tdd",
27-
"bdd"
28-
]
28+
}
2929
}

0 commit comments

Comments
 (0)