Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
hublot
Commits
7ea82e13
Commit
7ea82e13
authored
Oct 25, 2017
by
Tom Jorquera
Browse files
fix xo package version
`xo` was the only package not to be fixed to an exact version. Fix (hoho) this.
parent
3e451c1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
package.json
package.json
+1
-1
yarn.lock
yarn.lock
+1
-1
No files found.
package.json
View file @
7ea82e13
...
...
@@ -18,7 +18,7 @@
},
"devDependencies"
:
{
"
jest
"
:
"
20.0.0
"
,
"
xo
"
:
"
^
0.18.2
"
"
xo
"
:
"
0.18.2
"
},
"author"
:
"Linagora Folks"
,
"license"
:
"
AGPL-3.0
"
,
...
...
yarn.lock
View file @
7ea82e13
...
...
@@ -3724,7 +3724,7 @@ xo-init@^0.5.0:
the-argv "^1.0.0"
write-pkg "^2.0.0"
xo@
^
0.18.2:
xo@0.18.2:
version "0.18.2"
resolved "https://registry.yarnpkg.com/xo/-/xo-0.18.2.tgz#92a42eb02a4fb149dfea5518021914f5aac84ff0"
dependencies:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment