Skip to content

Commit 5675348

Browse files
Winston LiuWinston Liu
authored andcommitted
Prepare 0.0.1 release
1 parent 5208cf1 commit 5675348

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
{
2-
"name": "language-hclrs",
3-
"version": "0.0.0",
4-
"description": "HCLRS language support for Atom",
5-
"keywords": [
6-
"language",
7-
"grammar",
8-
"tree-sitter",
9-
"hclrs",
10-
"cs3330"
11-
],
12-
"repository": "https://github.com/50Wliu/language-hclrs",
13-
"author": "Winston Liu",
14-
"license": "MIT",
15-
"engines": {
16-
"atom": ">=1.32.0 <2.0.0"
17-
},
18-
"dependencies": {
19-
"tree-sitter-hclrs": "^0.0.2"
20-
}
21-
}
1+
{
2+
"name": "language-hclrs",
3+
"version": "0.0.1",
4+
"description": "HCLRS language support for Atom",
5+
"keywords": [
6+
"language",
7+
"grammar",
8+
"tree-sitter",
9+
"hclrs",
10+
"cs3330"
11+
],
12+
"repository": "https://github.com/50Wliu/language-hclrs",
13+
"author": "Winston Liu",
14+
"license": "MIT",
15+
"engines": {
16+
"atom": ">=1.32.0 <2.0.0"
17+
},
18+
"dependencies": {
19+
"tree-sitter-hclrs": "^0.0.2"
20+
}
21+
}

0 commit comments

Comments
 (0)