version 1.0.0 of the lib!

This commit is contained in:
mrjvs
2023-09-29 21:57:58 +02:00
parent 123c5cc142
commit c82a1f94b3
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@movie-web/providers",
"version": "0.0.12",
"version": "1.0.0",
"description": "Package that contains all the providers of movie-web",
"main": "./lib/index.umd.js",
"types": "./lib/index.d.ts",
@@ -32,7 +32,7 @@
"bugs": {
"url": "https://github.com/movie-web/providers/issues"
},
"homepage": "https://github.com/movie-web/providers#readme",
"homepage": "https://providers.docs.movie-web.app/",
"scripts": {
"build": "vite build",
"test": "vitest run",