Skip to content

Commit 978f4b2

Browse files
chore: formatting
1 parent 735f365 commit 978f4b2

File tree

2 files changed

+171
-171
lines changed

2 files changed

+171
-171
lines changed

package-lock.json

Lines changed: 142 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"name": "rust-seed",
3-
"version": "0.0.0-development",
4-
"description": "It's written in Rust!",
5-
"main": "src/main.rs",
6-
"scripts": {
7-
"format": "prettier --write .",
8-
"release": "semantic-release"
9-
},
10-
"engines": {
11-
"node": ">=22.12.0",
12-
"npm": ">=11.0.0"
13-
},
14-
"repository": {
15-
"type": "git",
16-
"url": "https://github.com/kristof-mattei/rust-seed.git"
17-
},
18-
"author": "",
19-
"license": "ISC",
20-
"bugs": {
21-
"url": "https://github.com/kristof-mattei/rust-seed/issues"
22-
},
23-
"homepage": "https://github.com/kristof-mattei/rust-seed#readme",
24-
"devDependencies": {
25-
"@actions/tool-cache": "2.0.1",
26-
"prettier": "3.4.2"
27-
},
28-
"publishConfig": {
29-
"access": "restricted"
30-
}
2+
"name": "rust-seed",
3+
"version": "0.0.0-development",
4+
"description": "It's written in Rust!",
5+
"main": "src/main.rs",
6+
"scripts": {
7+
"format": "prettier --write .",
8+
"release": "semantic-release"
9+
},
10+
"engines": {
11+
"node": ">=22.12.0",
12+
"npm": ">=11.0.0"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/kristof-mattei/rust-seed.git"
17+
},
18+
"author": "",
19+
"license": "ISC",
20+
"bugs": {
21+
"url": "https://github.com/kristof-mattei/rust-seed/issues"
22+
},
23+
"homepage": "https://github.com/kristof-mattei/rust-seed#readme",
24+
"devDependencies": {
25+
"@actions/tool-cache": "2.0.1",
26+
"prettier": "3.4.2"
27+
},
28+
"publishConfig": {
29+
"access": "restricted"
30+
}
3131
}

0 commit comments

Comments
 (0)