Skip to content

Commit

Permalink
added package json
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunsampath committed Jun 12, 2019
1 parent d4498a4 commit a728ef6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"schema_version": "1.2",
"packages": [
{
"name": "Ballerina",
"description": "Ballerina language package for Sublime Text 3. Currently under development",
"author": "Nipun Sampath",
"homepage": "https://github.com/nipunsampath/ballerina-syntax-for-sublime-text-3",
"last_modified": "2019-06-12 01:19:24",
"platforms": {
"*": [
{
"version": "1.0",
"url": "https://github.com/nipunsampath/ballerina-syntax-for-sublime-text-3"
}
]
}
}
]
}

0 comments on commit a728ef6

Please sign in to comment.