Skip to content

Commit

Permalink
Prepare 0.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Winston Liu authored and Winston Liu committed Jan 10, 2019
1 parent 5208cf1 commit 5675348
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "language-hclrs",
"version": "0.0.0",
"description": "HCLRS language support for Atom",
"keywords": [
"language",
"grammar",
"tree-sitter",
"hclrs",
"cs3330"
],
"repository": "https://github.com/50Wliu/language-hclrs",
"author": "Winston Liu",
"license": "MIT",
"engines": {
"atom": ">=1.32.0 <2.0.0"
},
"dependencies": {
"tree-sitter-hclrs": "^0.0.2"
}
}
{
"name": "language-hclrs",
"version": "0.0.1",
"description": "HCLRS language support for Atom",
"keywords": [
"language",
"grammar",
"tree-sitter",
"hclrs",
"cs3330"
],
"repository": "https://github.com/50Wliu/language-hclrs",
"author": "Winston Liu",
"license": "MIT",
"engines": {
"atom": ">=1.32.0 <2.0.0"
},
"dependencies": {
"tree-sitter-hclrs": "^0.0.2"
}
}

0 comments on commit 5675348

Please sign in to comment.