From 2178a36f9b988b82b4e5f6300cab7f7efc2436b5 Mon Sep 17 00:00:00 2001 From: Guz013 <43732358+Guz013@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:29:33 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20update=20license?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- package.json | 3 +-- packages/core/package.json | 19 ++++++++++++++++--- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index f7be8ec..d8fe8f4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 [fullname] +Copyright (c) 2023-present Gustavo "Guz" L. de Mello (https://guz.one) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index f53881b..7618bba 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,7 @@ "release": "changeset publish", "prepare": "husky install" }, - "author": "", - "license": "ISC", + "license": "MIT", "type": "module", "dependencies": { "@eslit/core": "workspace:*" diff --git a/packages/core/package.json b/packages/core/package.json index 50af8a6..4692434 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -5,6 +5,11 @@ "main": "index.js", "module": "./src/index.js", "source": "./src/index.js", + "files": [ + "src", + "index.d.ts" + ], + "homepage": "https://github.com/LoredDev/ESLit", "exports": { "default": "./src/index.js", "import": "./src/index.js", @@ -16,9 +21,17 @@ "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint ." }, - "keywords": [], - "author": "", - "license": "ISC", + "repository": { + "directory": "packages/core", + "type": "git", + "url": "https://github.com/LoredDev/ESLit" + }, + "author": { + "email": "contact.guz013@gmail.com", + "name": "Gustavo \"Guz\" L. de Mello", + "url": "https://guz.one" + }, + "license": "MIT", "devDependencies": { "@types/eslint__js": "^8.42.0", "@types/node": "^20.4.2",