nuxt-umami
Advanced tools
Comparing version 2.3.1 to 2.4.0
{ | ||
"name": "nuxt-umami", | ||
"type": "module", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"description": "Integrate Umami Analytics into Nuxt", | ||
@@ -36,3 +36,3 @@ "author": "ML <me.mlaure@gmail.com>", | ||
"lint": "eslint .", | ||
"release": "bumpp --commit --push --tag && npm publish --access public --tag next", | ||
"release": "./release.sh", | ||
"release:beta": "bumpp prerelease --commit --push --no-tag && npm publish --access public --tag beta" | ||
@@ -39,0 +39,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# Nuxt Umami <sup>@next<sup> | ||
# Nuxt Umami | ||
@@ -35,7 +35,7 @@ [![npm](https://img.shields.io/npm/v/nuxt-umami/next?style=flat-square)](https://www.npmjs.com/package/nuxt-umami/v/next) | ||
```bash | ||
pnpm add nuxt-umami@next #pnpm | ||
pnpm add nuxt-umami #pnpm | ||
``` | ||
```bash | ||
npm install nuxt-umami@next #npm | ||
npm install nuxt-umami #npm | ||
``` | ||
@@ -82,3 +82,3 @@ | ||
defineNuxtConfig({ | ||
extends: ['nuxt-umami@next'], | ||
extends: ['nuxt-umami'], | ||
appConfig: { | ||
@@ -85,0 +85,0 @@ umami: { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18330