chore: 🔧 update license

This commit is contained in:
Guz013
2023-07-20 16:29:33 -03:00
parent 971bbcaa80
commit 2178a36f9b
3 changed files with 18 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023 [fullname]
Copyright (c) 2023-present Gustavo "Guz" L. de Mello <contact.guz013@gmail.com> (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

View File

@@ -8,8 +8,7 @@
"release": "changeset publish",
"prepare": "husky install"
},
"author": "",
"license": "ISC",
"license": "MIT",
"type": "module",
"dependencies": {
"@eslit/core": "workspace:*"

View File

@@ -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",