From ca0fe8f230a09613fea55a2b44b9d8bc58366fd9 Mon Sep 17 00:00:00 2001 From: Explosion-Scratch Date: Sun, 17 Jan 2021 22:54:58 +0000 Subject: [PATCH] [Release] Releasing version v4.0.2, I added a lot to the try it page d a button on the homepage to try it using runkit! --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ec51ae17..bf51e0685 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tiny-js", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 53036cfdc..3a27bc5e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bijou.js", - "version": "4.0.1", + "version": "4.0.2", "description": "Bijou.js is a library of super helpful JavaScript snippets! It has a bunch of useful snippets for all your coding needs! If there's something that's not in here currently but you use frequently feel free to submit an issue! I'd be happy to add it! Bijou's goal is to eliminate the need to copy paste the same thing from StackOverflow, another project or anywhere else! So if you ever find yourself typing the same thing over and over again, copy pasting the same snippet as you did a few days ago, use Bijou.js! If the snippet you're using isn't in Bijou.js just submit an issue with the code!", "main": "bijou.js", "repository": {