This repository was archived by the owner on Jun 8, 2019. It is now read-only.
File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 30
30
"mocha" : " ^3.0.2" ,
31
31
"power-assert" : " ^1.4.1" ,
32
32
"rimraf" : " ^2.4.3" ,
33
- "upath" : " ^1.1.0" ,
34
33
"uuid" : " ^3.3.2"
35
34
},
36
35
"scripts" : {
Original file line number Diff line number Diff line change 4
4
* See the accompanying LICENSE file for terms.
5
5
*/
6
6
7
- import * as p from 'upath ' ;
7
+ import * as p from 'path ' ;
8
8
import { writeFileSync } from 'fs' ;
9
9
import { sync as mkdirpSync } from 'mkdirp' ;
10
10
import printICUMessage from './print-icu-message' ;
@@ -152,7 +152,7 @@ export default function ({types: t}) {
152
152
let loc ;
153
153
if ( opts . extractSourceLocation ) {
154
154
loc = {
155
- file : p . toUnix ( p . relative ( process . cwd ( ) , file . opts . filename ) ) ,
155
+ file : p . relative ( process . cwd ( ) , file . opts . filename ) ,
156
156
...path . node . loc ,
157
157
} ;
158
158
}
Original file line number Diff line number Diff line change @@ -2991,7 +2991,7 @@ unset-value@^1.0.0:
2991
2991
has-value "^0.3.1"
2992
2992
isobject "^3.0.0"
2993
2993
2994
- upath@^1.0.5, upath@^1.1.0 :
2994
+ upath@^1.0.5 :
2995
2995
version "1.1.0"
2996
2996
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd"
2997
2997
You can’t perform that action at this time.
0 commit comments