Skip to content

Commit

Permalink
added version constraints to all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Jul 2, 2018
1 parent 8e002f9 commit 7bfe359
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pawn.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"output": "test.amx",
"dependencies": [
"sampctl/samp-stdlib",
"Southclaws/samp-logger",
"Southclaws/samp-logger:^1.0.0",
"pawn-lang/YSI-Includes",
"Southclaws/pawn-uuid",
"Southclaws/pawn-errors",
"Southclaws/pawn-uuid:1.0.0",
"Southclaws/pawn-errors:^1.0.0",
"ScavengeSurvive/button:^1.8.2",
"ScavengeSurvive/mathutil",
"ScavengeSurvive/tick-difference",
"ScavengeSurvive/action-text",
"ScavengeSurvive/personal-space"
"ScavengeSurvive/mathutil:^1.0.0",
"ScavengeSurvive/tick-difference:^1.0.0",
"ScavengeSurvive/action-text:^1.0.0",
"ScavengeSurvive/personal-space:^0.1.0"
],
"dev_dependencies": [
"ScavengeSurvive/test-boilerplate",
Expand Down

0 comments on commit 7bfe359

Please sign in to comment.