chore: 🔧 update license
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -8,8 +8,7 @@
|
|||||||
"release": "changeset publish",
|
"release": "changeset publish",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"author": "",
|
"license": "MIT",
|
||||||
"license": "ISC",
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@eslit/core": "workspace:*"
|
"@eslit/core": "workspace:*"
|
||||||
|
|||||||
@@ -5,6 +5,11 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"module": "./src/index.js",
|
"module": "./src/index.js",
|
||||||
"source": "./src/index.js",
|
"source": "./src/index.js",
|
||||||
|
"files": [
|
||||||
|
"src",
|
||||||
|
"index.d.ts"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/LoredDev/ESLit",
|
||||||
"exports": {
|
"exports": {
|
||||||
"default": "./src/index.js",
|
"default": "./src/index.js",
|
||||||
"import": "./src/index.js",
|
"import": "./src/index.js",
|
||||||
@@ -16,9 +21,17 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"repository": {
|
||||||
"author": "",
|
"directory": "packages/core",
|
||||||
"license": "ISC",
|
"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": {
|
"devDependencies": {
|
||||||
"@types/eslint__js": "^8.42.0",
|
"@types/eslint__js": "^8.42.0",
|
||||||
"@types/node": "^20.4.2",
|
"@types/node": "^20.4.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user