1
0
mirror of https://github.com/tycrek/degoogle.git synced 2025-08-06 23:16:29 +02:00

chore: update license identifier in package.json

This commit is contained in:
Josh Moore
2023-10-18 11:29:32 -06:00
parent 31fa2980ab
commit 676708dcf4
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -6,7 +6,7 @@
"packages": { "packages": {
"": { "": {
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "CC-BY-SA-4.0",
"dependencies": { "dependencies": {
"fs-extra": "^9.0.0", "fs-extra": "^9.0.0",
"moment": "^2.26.0", "moment": "^2.26.0",

View File

@@ -8,7 +8,7 @@
}, },
"repository": "github:tycrek/degoogle", "repository": "github:tycrek/degoogle",
"author": "tycrek <t@tycrek.com> (https://tycrek.com/)", "author": "tycrek <t@tycrek.com> (https://tycrek.com/)",
"license": "ISC", "license": "CC-BY-SA-4.0",
"bugs": "https://github.com/tycrek/degoogle/issues", "bugs": "https://github.com/tycrek/degoogle/issues",
"homepage": "https://github.com/tycrek/degoogle#readme", "homepage": "https://github.com/tycrek/degoogle#readme",
"dependencies": { "dependencies": {