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.
2 parents 237fa54 + 227648c commit c7004fcCopy full SHA for c7004fc
.github/workflows/build.yml
@@ -37,10 +37,6 @@ jobs:
37
with:
38
version: ${{ matrix.emacs-version }}
39
40
- - uses: actions/setup-node@v2
41
- with:
42
- node-version: '16'
43
-
44
- uses: emacs-eask/setup-eask@master
45
46
version: 'snapshot'
Eask
@@ -2,6 +2,9 @@
2
"0.4"
3
"Major mode for editing typescript")
4
5
+(website-url "http://github.com/ananthakumaran/typescript.el")
6
+(keywords "typescript" "languages")
7
+
8
(package-file "typescript-mode.el")
9
10
(files "*.el")
0 commit comments