Skip to content

Commit 92d266d

Browse files
committed
Prepare 2.0.2 release
1 parent 8731bb6 commit 92d266d

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

package.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
{
22
"name": "script",
33
"main": "./lib/script",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"private": false,
66
"description": "Run code in Atom!",
77
"activationEvents": [
88
"script:run"
99
],
1010
"repository": "https://github.com/rgbkrk/atom-script",
1111
"keywords": [
12-
"script", "runner",
13-
"bash", "CoffeeScript",
14-
"go", "F#",
15-
"fsharp", "JavaScript",
16-
"newLISP", "Perl",
17-
"PHP", "Python",
18-
"Ruby", "run",
12+
"script",
13+
"runner",
14+
"bash",
15+
"CoffeeScript",
16+
"go",
17+
"F#",
18+
"fsharp",
19+
"JavaScript",
20+
"newLISP",
21+
"Perl",
22+
"PHP",
23+
"Python",
24+
"Ruby",
25+
"run",
1926
"code"
2027
],
2128
"license": "Apache 2",

0 commit comments

Comments
 (0)