Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TasoOneAsia committed Jan 19, 2022
1 parent f32c60e commit 7359bd5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"author": "Project Error",
"license": "MIT",
"devDependencies": {
"@types/eslint": "8.2.2",
"@types/node": "17.0.9",
"@citizenfx/client": "2.0.5230-1",
"@citizenfx/server": "2.0.5230-1",
"@types/eslint": "8.2.2",
"@types/node": "17.0.9",
"@typescript-eslint/eslint-plugin": "5.10.0",
"@typescript-eslint/parser": "5.10.0",
"eslint": "8.7.0",
Expand All @@ -40,12 +40,15 @@
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"semantic-release": "^19.0.2",
"typedoc": "0.22.11",
"typescript": "4.5.4",
"semantic-release": "^19.0.2"
"typescript": "4.5.4"
},
"release": {
"branches": ["master", "next"]
"branches": [
"master",
"next"
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7359bd5

Please sign in to comment.