@beyonk/google-fonts-webpack-plugin
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@beyonk/google-fonts-webpack-plugin", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Google Fonts Webpack plugin", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -12,3 +12,3 @@ # Google Fonts Webpack Plugin | ||
```bash | ||
npm install google-fonts-webpack-plugin | ||
npm install @beyonk/google-fonts-webpack-plugin | ||
``` | ||
@@ -20,3 +20,3 @@ | ||
```js | ||
const GoogleFontsPlugin = require("google-fonts-webpack-plugin") | ||
const GoogleFontsPlugin = require("@beyonk/google-fonts-webpack-plugin") | ||
@@ -23,0 +23,0 @@ module.exports = { |
22984