We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8731bb6 commit 92d266dCopy full SHA for 92d266d
package.json
@@ -1,21 +1,28 @@
1
{
2
"name": "script",
3
"main": "./lib/script",
4
- "version": "2.0.1",
+ "version": "2.0.2",
5
"private": false,
6
"description": "Run code in Atom!",
7
"activationEvents": [
8
"script:run"
9
],
10
"repository": "https://github.com/rgbkrk/atom-script",
11
"keywords": [
12
- "script", "runner",
13
- "bash", "CoffeeScript",
14
- "go", "F#",
15
- "fsharp", "JavaScript",
16
- "newLISP", "Perl",
17
- "PHP", "Python",
18
- "Ruby", "run",
+ "script",
+ "runner",
+ "bash",
+ "CoffeeScript",
+ "go",
+ "F#",
+ "fsharp",
19
+ "JavaScript",
20
+ "newLISP",
21
+ "Perl",
22
+ "PHP",
23
+ "Python",
24
+ "Ruby",
25
+ "run",
26
"code"
27
28
"license": "Apache 2",
0 commit comments