Skip to content

Commit 6721cde

Browse files
Brando Enrique Chávez VergaraBrando Enrique Chávez Vergara
Brando Enrique Chávez Vergara
authored and
Brando Enrique Chávez Vergara
committed
uploading the whole project to github
0 parents  commit 6721cde

14 files changed

+9589
-0
lines changed

.babelrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"presets": [
3+
"@babel/preset-env"
4+
]
5+
}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.vscode/settings.json

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

dist/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"use strict";
2+
3+
var hello = 'Hello world';

0 commit comments

Comments
 (0)