From 84ffacd147a2edc8eaa3997d1ffae3c90c454d90 Mon Sep 17 00:00:00 2001 From: GarboMuffin Date: Sat, 12 Nov 2022 17:42:21 -0600 Subject: [PATCH] 0.1.2 --- 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 1afb5cb..aa9ea9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@turbowarp/json", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8919d39..181d1f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@turbowarp/json", - "version": "0.1.1", + "version": "0.1.2", "description": " Parse and stringify non-standards-compliant JSON", "main": "./lib/cjs.cjs", "module": "./src/index.js",