File tree Expand file tree Collapse file tree 3 files changed +1410
-1411
lines changed Expand file tree Collapse file tree 3 files changed +1410
-1411
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const https = require('https');
2
2
const fs = require ( 'fs' ) ;
3
3
const path = require ( 'path' ) ;
4
4
5
- const REQUESTED_VERSION = require ( './package.json' ) . engines . pm . split ( '@' ) [ 1 ] ;
5
+ const REQUESTED_VERSION = require ( './package.json' ) . pm . split ( '@' ) [ 1 ] ;
6
6
const BERRY_URL = `https://raw.githubusercontent.com/yarnpkg/berry/%40yarnpkg/cli/${ REQUESTED_VERSION } /packages/yarnpkg-cli/bin/yarn.js` ;
7
7
const YARN_DIR = path . join ( __dirname , '.yarn' ) ;
8
8
const RELEASES_DIR = path . join ( YARN_DIR , 'releases' ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mochapack" ,
3
- "version" : " 2.0.0" ,
4
- "engines" : {
5
- "pm" : " yarn@2.0.0-rc.32"
6
- },
3
+ "version" : " 2.0.1" ,
4
+ "pm" : " yarn@2.0.0-rc.36" ,
7
5
"description" : " mocha cli with webpack support" ,
8
6
"bin" : " ./bin/mochapack" ,
9
7
"main" : " ./lib/createMochapack.js" ,
You can’t perform that action at this time.
0 commit comments