Skip to content

Commit ea5fbdc

Browse files
chore: update package.json
1 parent 861c6fd commit ea5fbdc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [0.7.0](https://github.com/stafyniaksacha/vite-plugin-fonts/compare/v0.6.0...v0.7.0) (2022-12-09)
5+
## [0.7.0](https://github.com/stafyniaksacha/unplugin-fonts/compare/v0.6.0...v0.7.0) (2022-12-09)
66

77

88
### Features
99

10-
* add vite 4 to peer dependencies version ([60bae97](https://github.com/stafyniaksacha/vite-plugin-fonts/commit/60bae97fcad268c73009c9950f07ce05ed50b785))
10+
* add vite 4 to peer dependencies version ([60bae97](https://github.com/stafyniaksacha/unplugin-fonts/commit/60bae97fcad268c73009c9950f07ce05ed50b785))

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# unplugin-fonts
22

3-
Webfont loader for vite
3+
Universal Webfont loader
44

55

66
## Install

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "unplugin-fonts",
33
"version": "0.7.0",
4-
"description": "Webfont loader for vite",
4+
"description": "Universal Webfont loader",
55
"author": "stafyniaksacha",
66
"license": "MIT",
7-
"repository": "stafyniaksacha/vite-plugin-fonts",
7+
"repository": "stafyniaksacha/unplugin-fonts",
8+
"keywords": ["fonts", "svelte", "nuxt", "vite", "vitepress", "astro-integration"],
89
"exports": {
910
".": {
1011
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)