Skip to content

Commit 7359bd5

Browse files
committed
v0.3.0
1 parent f32c60e commit 7359bd5

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"author": "Project Error",
2727
"license": "MIT",
2828
"devDependencies": {
29-
"@types/eslint": "8.2.2",
30-
"@types/node": "17.0.9",
3129
"@citizenfx/client": "2.0.5230-1",
3230
"@citizenfx/server": "2.0.5230-1",
31+
"@types/eslint": "8.2.2",
32+
"@types/node": "17.0.9",
3333
"@typescript-eslint/eslint-plugin": "5.10.0",
3434
"@typescript-eslint/parser": "5.10.0",
3535
"eslint": "8.7.0",
@@ -40,12 +40,15 @@
4040
"npm-run-all": "4.1.5",
4141
"prettier": "2.5.1",
4242
"rimraf": "3.0.2",
43+
"semantic-release": "^19.0.2",
4344
"typedoc": "0.22.11",
44-
"typescript": "4.5.4",
45-
"semantic-release": "^19.0.2"
45+
"typescript": "4.5.4"
4646
},
4747
"release": {
48-
"branches": ["master", "next"]
48+
"branches": [
49+
"master",
50+
"next"
51+
]
4952
},
5053
"repository": {
5154
"type": "git",

0 commit comments

Comments
 (0)