@mtth/prettier-typescript 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +5 -12
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2021, Matthieu Monsch.
1
+ Copyright (c) 2025, Matthieu Monsch.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy of
4
4
  this software and associated documentation files (the "Software"), to deal in
package/package.json CHANGED
@@ -1,19 +1,12 @@
1
1
  {
2
2
  "name": "@mtth/prettier-typescript",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
+ "repository": "github:mtth/standards.ts",
4
5
  "description": "Shared prettier config for TypeScript",
5
- "homepage": "https://github.com/mtth/prettier-typescript",
6
6
  "keywords": [
7
7
  "prettier"
8
8
  ],
9
- "main": "index.json",
10
- "author": {
11
- "name": "Matthieu Monsch",
12
- "email": "mtth@apache.org"
13
- },
9
+ "author": "Matthieu Monsch <mtth@apache.org>",
14
10
  "license": "MIT",
15
- "repository": {
16
- "type": "git",
17
- "url": "git://github.com/mtth/prettier-typescript.git"
18
- }
19
- }
11
+ "main": "index.json"
12
+ }