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 475875f commit 537c5ceCopy full SHA for 537c5ce
package.json
@@ -21,6 +21,13 @@
21
],
22
"repository": "https://github.com/JunoLab/atom-julia-client",
23
"license": "MIT",
24
+ "scripts": {
25
+ "typescript": "tsc -p ./lib_src/tsconfig.json",
26
+ "prettier": "prettier --write ./lib_src/**/*",
27
+ "build": "npm run typescript -s & npm run prettier -s",
28
+ "lint": "eslint . --ext js,ts,coffee",
29
+ "postinstall": "node script/postinstall.js"
30
+ },
31
"engines": {
32
"atom": ">=1.39.0 <2.0.0"
33
},
@@ -55,10 +62,6 @@
55
62
"prettier": "latest",
56
63
"tslint": "latest"
57
64
58
- "scripts": {
59
- "postinstall": "node script/postinstall.js",
60
- "lint": "eslint . --ext js,ts,coffee"
61
- },
65
"consumedServices": {
66
"status-bar": {
67
"versions": {
0 commit comments