chore: update yarn lock in relase (#61)

This commit is contained in:
Xin Du (Clark) 2021-04-07 09:18:44 +01:00 committed by GitHub
parent f492991b1b
commit 352bb3dad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,8 @@
"play": "yarn run nu dev playground", "play": "yarn run nu dev playground",
"lint": "yarn gentypes && eslint --ext .vue,.ts,.js .", "lint": "yarn gentypes && eslint --ext .vue,.ts,.js .",
"test": "yarn lint", "test": "yarn lint",
"postinstall": "yarn stub" "postinstall": "yarn stub",
"version": "yarn && git add yarn.lock"
}, },
"devDependencies": { "devDependencies": {
"@nuxtjs/eslint-config": "^6.0.0", "@nuxtjs/eslint-config": "^6.0.0",