We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32c60e commit 7359bd5Copy full SHA for 7359bd5
1 file changed
package.json
@@ -26,10 +26,10 @@
26
"author": "Project Error",
27
"license": "MIT",
28
"devDependencies": {
29
- "@types/eslint": "8.2.2",
30
- "@types/node": "17.0.9",
31
"@citizenfx/client": "2.0.5230-1",
32
"@citizenfx/server": "2.0.5230-1",
+ "@types/eslint": "8.2.2",
+ "@types/node": "17.0.9",
33
"@typescript-eslint/eslint-plugin": "5.10.0",
34
"@typescript-eslint/parser": "5.10.0",
35
"eslint": "8.7.0",
@@ -40,12 +40,15 @@
40
"npm-run-all": "4.1.5",
41
"prettier": "2.5.1",
42
"rimraf": "3.0.2",
43
+ "semantic-release": "^19.0.2",
44
"typedoc": "0.22.11",
- "typescript": "4.5.4",
45
- "semantic-release": "^19.0.2"
+ "typescript": "4.5.4"
46
},
47
"release": {
48
- "branches": ["master", "next"]
+ "branches": [
49
+ "master",
50
+ "next"
51
+ ]
52
53
"repository": {
54
"type": "git",
0 commit comments