This commit is contained in:
2023-04-14 19:57:12 +01:00
parent f6061596f4
commit f4319a2884
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "Instacode",
"version": "0.0.1",
"version": "0.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Instacode",
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {
"@codemirror/lang-javascript": "^6.1.6",
"@codemirror/theme-one-dark": "^6.1.0",

View File

@@ -1,7 +1,7 @@
{
"name": "Instacode",
"description": "Scratchpad for instant JavaScript code running",
"version": "0.0.1",
"version": "0.0.2",
"author": "Grzegorz Kućmierz",
"homepage": "https://github.com/gkucmierz/instacode-app",
"scripts": {