|
37 | 37 | "test": "ava && ava --config ava-ts.config.js test/test-typings.ts",
|
38 | 38 | "test-watch": "ava --watch",
|
39 | 39 | "pre-commit": "yarn run lint && yarn run build && yarn run test",
|
| 40 | + "prepublishOnly": "bash scripts/update-contributors", |
40 | 41 | "prepack": "cp ../../README.md . && yarn build",
|
41 | 42 | "postpack": "rm README.md",
|
42 | 43 | "unsafe-bootstrap": "bash scripts/bootstrap",
|
43 |
| - "version-package": "bash scripts/version", |
| 44 | + "update-contributors": "bash scripts/update-contributors", |
44 | 45 | "watch": "webpack --mode=development --watch"
|
45 | 46 | },
|
46 | 47 | "license": "MIT",
|
|
52 | 53 | "Tony Garnock-Jones <[email protected]>",
|
53 | 54 | "Saketh Kasibatla <[email protected]>",
|
54 | 55 | "Lionel Landwerlin <[email protected]>",
|
55 |
| - |
56 | 56 | "Jason Merrill <[email protected]>",
|
| 57 | + |
57 | 58 | "Yoshiki Ohshima <[email protected]>",
|
58 | 59 |
|
59 | 60 | "Jonathan Edwards <[email protected]>",
|
60 | 61 | "Milan Lajtoš <[email protected]>",
|
61 | 62 | "Neil Jewers <[email protected]>",
|
| 63 | + |
62 | 64 | "Mike Niebling <(none)>",
|
63 |
| - "AngryPowman <[email protected]>", |
64 |
| - "Leslie Ying <[email protected]>", |
65 |
| - "Pierre Donias <[email protected]>", |
| 65 | + |
66 | 66 | "Justin Chase <[email protected]>",
|
| 67 | + "Pierre Donias <[email protected]>", |
| 68 | + |
67 | 69 | "Daniel Tomlinson <[email protected]>",
|
68 | 70 | "Stan Rozenraukh <[email protected]>",
|
69 | 71 | "Stephan Seidt <[email protected]>",
|
|
77 | 79 |
|
78 | 80 |
|
79 | 81 |
|
80 |
| - "owch <bowenrainyday@gmail.com>", |
| 82 | + "AngryPowman <angrypowman@qq.com>", |
81 | 83 | "Luca Guzzon <[email protected]>",
|
82 |
| - |
| 84 | + "Leslie Ying <[email protected]>", |
| 85 | + |
83 | 86 | ],
|
84 | 87 | "dependencies": {},
|
85 | 88 | "devDependencies": {
|
|
0 commit comments