Skip to content

Commit 1358a37

Browse files
committed
Install and run prettier formatter
1 parent 2f65765 commit 1358a37

File tree

13 files changed

+11533
-9588
lines changed

13 files changed

+11533
-9588
lines changed

linera-web/package.json

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
11
{
2-
"name": "@linera/client",
3-
"version": "0.14.0",
4-
"description": "Web client for the Linera blockchain",
5-
"main": "dist/linera_web.js",
6-
"types": "dist/linera_web.d.ts",
7-
"files": [ "dist" ],
8-
"type": "module",
9-
"scripts": {
10-
"install": "true",
11-
"build": "bash build.bash --release",
12-
"prepare": "pnpm build",
13-
"lint": "cargo fmt --check && cargo clippy -- -W clippy::pedantic",
14-
"ci": "pnpm lint"
15-
},
16-
"keywords": [],
17-
"author": "Linera <[email protected]>",
18-
"license": "Apache-2.0",
19-
"repository": {
20-
"type": "git",
21-
"url": "git+https://github.com/linera-io/linera-web.git"
22-
},
23-
"bugs": {
24-
"url": "https://github.com/linera-io/linera-web/issues"
25-
},
26-
"homepage": "https://github.com/linera-io/linera-web#readme"
2+
"name": "@linera/client",
3+
"version": "0.14.0",
4+
"description": "Web client for the Linera blockchain",
5+
"main": "dist/linera_web.js",
6+
"types": "dist/linera_web.d.ts",
7+
"files": [
8+
"dist"
9+
],
10+
"type": "module",
11+
"scripts": {
12+
"install": "true",
13+
"build": "bash build.bash --release",
14+
"prepare": "pnpm build",
15+
"lint": "cargo fmt --check && cargo clippy -- -W clippy::pedantic",
16+
"ci": "pnpm lint",
17+
"format": "pnpm exec prettier . --write"
18+
},
19+
"keywords": [],
20+
"author": "Linera <[email protected]>",
21+
"license": "Apache-2.0",
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/linera-io/linera-web.git"
25+
},
26+
"bugs": {
27+
"url": "https://github.com/linera-io/linera-web/issues"
28+
},
29+
"homepage": "https://github.com/linera-io/linera-web#readme",
30+
"devDependencies": {
31+
"prettier": "3.5.3"
32+
}
2733
}

0 commit comments

Comments
 (0)