From 445edd935d0a0ed80a83a232c1af51f5a3f604e9 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Fri, 2 Jul 2021 20:04:40 +0200 Subject: [PATCH] Fix --- package.json | 5 ++--- yarn.lock | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5379846..e27c2f5 100755 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "scripts": { "dev": "nuxt", "build": "nuxt build", - "start": "nuxt start", - "generate": "nuxt generate" + "start": "nuxt start" }, "dependencies": { "@nuxt/content": "^1.14.0", @@ -23,7 +22,7 @@ "nuxt-i18n": "^6.27.1", "prism-themes": "^1.7.0", "sass": "^1.35.1", - "windicss": "^3.1.3" + "windicss": "^3.1.4" }, "devDependencies": { "@nuxt/types": "^2.15.7", diff --git a/yarn.lock b/yarn.lock index 6259fd0..3160729 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10492,7 +10492,7 @@ windicss@3.1.3: resolved "https://registry.yarnpkg.com/windicss/-/windicss-3.1.3.tgz#a4b80af48bdd5d4be13520f700b497af455df700" integrity sha512-l7fpoba2LY9AYRy4UgcuOpbPsed8UsbpEQYUVWRR1wdAwiKxK6bGIMfpiKJtjPAPdh0GOGUqr6KJar0EDZSxzg== -windicss@^3.1.3: +windicss@^3.1.3, windicss@^3.1.4: version "3.1.4" resolved "https://registry.yarnpkg.com/windicss/-/windicss-3.1.4.tgz#557eaf8e3c08064a309ccb5d887c82c4bce25069" integrity sha512-3RBcANxdOy/n4dLVT8+0X409sGI+piO06ARbQ8RncxGuYgdw5Ip3hrhGIYajH67lV+tHc7xNVGxj73amOC9N0g==