Skip to content

Commit c0fb988

Browse files
committed
chore: add playground
1 parent 31f09d2 commit c0fb988

File tree

6 files changed

+699
-1437
lines changed

6 files changed

+699
-1437
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
"resolutions": {
6060
"@nuxtjs/html-validator": "link:./"
6161
},
62-
"volta": {
63-
"node": "18.14.2"
64-
},
6562
"publishConfig": {
6663
"access": "public"
6764
},

playground/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"name": "html-validator-playground"
2+
"name": "html-validator-playground",
3+
"dependencies": {
4+
"@nuxtjs/html-validator": "latest",
5+
"nuxt": "latest"
6+
}
37
}

0 commit comments

Comments
 (0)