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 72ced7c commit c7915b0Copy full SHA for c7915b0
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
},
@@ -54,10 +61,6 @@
54
61
"prettier": "latest",
55
62
"tslint": "latest"
56
63
57
- "scripts": {
58
- "postinstall": "node script/postinstall.js",
59
- "lint": "eslint . --ext js,ts,coffee"
60
- },
64
"consumedServices": {
65
"status-bar": {
66
"versions": {
0 commit comments