Merge branch 'main' into Hero's-personal-site

This commit is contained in:
Akshay Nair
2020-10-17 22:27:48 +05:30
committed by GitHub
5 changed files with 22 additions and 9 deletions
+1 -5
View File
@@ -12,11 +12,7 @@ jobs:
- name: Installing dependencies
uses: borales/actions-yarn@v2.0.0
with:
cmd: install
- name: Linting
uses: borales/actions-yarn@v2.0.0
with:
cmd: lint
cmd: install --ignore-engines
- name: Running tests
uses: borales/actions-yarn@v2.0.0
with:
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v2.0.0
with:
cmd: install
cmd: install --ignore-engines
- name: Running tests
uses: borales/actions-yarn@v2.0.0
with:
+10
View File
@@ -0,0 +1,10 @@
{
"description": "Bruno Henrique Paiva's personal website",
"owner": {
"username": "brunohpaiva",
"email": "bruno@sigane.com.br"
},
"record": {
"URL": "https://bruno.codes"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "WindTR's Website",
"owner": {
"username": "WindTR",
"email": "westselim20@gmail.com"
},
"record": {
"URL": "https://wind.js.org"
}
}
-3
View File
@@ -2,9 +2,6 @@
"name": "is-a-dev-core",
"version": "1.0.0",
"description": "Register *.is-a.dev domains for free",
"engines": {
"node": ">=11.14.0"
},
"scripts": {
"test": "ENV=test jest",
"lint": "eslint utils scripts domains --ext .json,.js",