Skip to content

Commit

Permalink
Merge pull request #2 from adamjosefus/development
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
adamjosefus authored Mar 27, 2022
2 parents 83b2405 + 271007a commit 96bb801
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"group": "build",
},
{
"label": "Install EsBuilder",
"label": "Install ESBuilder",
"command": "deno",
"args": [
"run",
Expand All @@ -35,7 +35,7 @@
"group": "build",
},
{
"label": "Uninstall EsBuilder",
"label": "Uninstall ESBuilder",
"command": "deno",
"args": [
"uninstall",
Expand All @@ -44,7 +44,7 @@
"group": "build",
},
{
"label": "Reinstall EsBuilder",
"label": "Reinstall ESBuilder",
"dependsOrder": "sequence",
"dependsOn":[
"Uninstall Builder",
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# EsBuilder
# ESBuilder

Simple and easy to use solution for building your modules to native ES syntax.

You can found this project on [Deno.land registry](https://deno.land/x/esbuilder).

# Installations
1. [Install **Deno 🦕**](https://deno.land/#installation)
2. [Check if your `.deno` folder is in PATH](https://deno.land/[email protected]/tools/script_installer#script-installer)
Expand Down

0 comments on commit 96bb801

Please sign in to comment.