diff --git a/package-lock.json b/package-lock.json index 055eced..872b432 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,8 @@ }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0" - } + }, + "version": "0.0.1" }, "node_modules/@ampproject/remapping": { "version": "2.1.2", @@ -15529,5 +15530,6 @@ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "dev": true } - } + }, + "version": "0.0.1" } diff --git a/package.json b/package.json index 828b6df..c691ed5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hook-youtube", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "description": "A custom React hook for easily working with the Youtube Player API for iframe Embeds.", "author": "Justin ", @@ -68,4 +68,4 @@ "@commitlint/config-conventional" ] } -} \ No newline at end of file +}