Skip to content

Commit

Permalink
update copyright year, some json litning
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 6, 2024
1 parent 74f199d commit d558859
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"license": "MIT",
"copyright": "2022 Adam Shaw",
"copyright": "2024 Adam Shaw",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
7 changes: 2 additions & 5 deletions packages/datetimeformat-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"license": "MIT",
"copyright": "2022 Adam Shaw",
"copyright": "2024 Adam Shaw",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand All @@ -23,10 +23,7 @@
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"files": [
"/dist",
"/src"
],
"files": ["/dist", "/src"],
"scripts": {
"compile-localeOrdinalsData": "node ./scripts/compile-localeOrdinalsData.cjs",
"locales-compile": "pnpm run compile-localeOrdinalsData"
Expand Down
7 changes: 2 additions & 5 deletions packages/durationformat-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"license": "MIT",
"copyright": "2022 Adam Shaw",
"copyright": "2024 Adam Shaw",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand All @@ -23,10 +23,7 @@
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"files": [
"/dist",
"/src"
],
"files": ["/dist", "/src"],
"dependencies": {
"temporal-spec": "workspace:*"
},
Expand Down
7 changes: 2 additions & 5 deletions packages/locale-textinfo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"license": "MIT",
"copyright": "2022 Adam Shaw",
"copyright": "2024 Adam Shaw",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand All @@ -23,10 +23,7 @@
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"files": [
"/src",
"/dist"
],
"files": ["/src", "/dist"],
"scripts": {
"compile-directions": "node ./scripts/compile-directions.cjs",
"locales-compile": "pnpm run compile-directions"
Expand Down
7 changes: 2 additions & 5 deletions packages/locale-weekinfo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"license": "MIT",
"copyright": "2022 Adam Shaw",
"copyright": "2024 Adam Shaw",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand All @@ -23,10 +23,7 @@
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"files": [
"/dist",
"/src"
],
"files": ["/dist", "/src"],
"scripts": {
"compile-firstDays": "node ./scripts/compile-firstDays.cjs",
"compile-minimalDays": "node ./scripts/compile-minimalDays.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/temporal-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"license": "MIT",
"copyright": "2022 Adam Shaw",
"copyright": "2024 Adam Shaw",
"repository": {
"type": "git",
"url": "https://github.com/fullcalendar/temporal-polyfill.git"
Expand Down

0 comments on commit d558859

Please sign in to comment.