Skip to content

Commit

Permalink
Fix version typo on install.js (yarnpkg#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzwhuang authored and bestander committed Nov 14, 2016
1 parent 15d0112 commit 8ead0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const isCI = require('is-ci');
const path = require('path');
const fs2 = require('fs');

const {verison: YARN_VERSION, installationMethod: YARN_INSTALL_METHOD} = require('../../../package.json');
const {version: YARN_VERSION, installationMethod: YARN_INSTALL_METHOD} = require('../../../package.json');
const ONE_DAY = 1000 * 60 * 60 * 24;

export type InstallCwdRequest = [
Expand Down

0 comments on commit 8ead0c7

Please sign in to comment.