Skip to content

Commit

Permalink
removes nonexistent command reference (#1774)
Browse files Browse the repository at this point in the history
* removes nonexistent command reference

* Update constraints.pro

Co-authored-by: Maël Nison <nison.mael@gmail.com>
  • Loading branch information
trulysinclair and arcanis committed Aug 31, 2020
1 parent e088d21 commit 89c47e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constraints.pro
Expand Up @@ -2,7 +2,7 @@ constraints_min_version(1).

% This file is written in Prolog
% It contains rules that the project must respect.
% In order to see them in action, run `yarn constraints detail`
% In order to see them in action, run `yarn constraints source`

% This rule will enforce that a workspace MUST depend on the same version of a dependency as the one used by the other workspaces
gen_enforced_dependency(WorkspaceCwd, DependencyIdent, DependencyRange2, DependencyType) :-
Expand Down

0 comments on commit 89c47e6

Please sign in to comment.