From f19ebfa06a475e95f1b710ba302529026f529c92 Mon Sep 17 00:00:00 2001 From: Justin Ribeiro Date: Mon, 25 Oct 2021 16:18:31 -0700 Subject: [PATCH] v1.2.0 --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e96c09..55d1b5d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ import '@justinribeiro/lite-youtube'; If you want the paste-and-go version, you can simply load it via CDN: ```html - + ``` ## Basic Usage diff --git a/package.json b/package.json index 5b1c813..05ce8d2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "lite-youtube.js.map" ], "license": "MIT", - "version": "1.1.0", + "version": "1.2.0", "main": "lite-youtube.js", "module": "lite-youtube.js", "types": "lite-youtube.d.ts", @@ -47,9 +47,9 @@ "eslint-config-prettier": "^8.3.0", "eslint-plugin-html": "^6.0.0", "eslint-plugin-lit": "^1.2.0", + "istanbul-badges-readme": "^1.4.0", "prettier": "^2.0.0", - "typescript": "^4.0.0", - "istanbul-badges-readme": "^1.4.0" + "typescript": "^4.0.0" }, "eslintConfig": { "parser": "@typescript-eslint/parser",