mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
As discussed in the tsc-channel, prepare for the next release by cutting a version on the last day of the month. Note: The actual release would happen ~ 2 weeks from now, when the blog post for november is ready. This commit was produced by running `./mach release 0.0.3`. Testing: Not required. Additional pre-release testing will happen after the version bump and before the release, with potential patches being cherry-picked to a release branch. Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
14 lines
251 B
Plaintext
14 lines
251 B
Plaintext
{
|
|
"modelVersion": "5.0.0",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@ohos/hypium": "1.0.6"
|
|
},
|
|
"author": "",
|
|
"name": "servoshell",
|
|
"description": "Servo browser shell",
|
|
"main": "",
|
|
"version": "0.0.3",
|
|
"dependencies": {}
|
|
}
|