File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
'use strict' ;
3
3
4
4
const argv = require ( '../lib/args' ) ( ) ;
5
- const getMetadata = require ( '../steps /metadata' ) ;
5
+ const getMetadata = require ( '../components /metadata' ) ;
6
6
const CLI = require ( '../lib/cli' ) ;
7
7
8
8
const logStream = process . stdout . isTTY ? process . stdout : process . stderr ;
File renamed without changes.
Original file line number Diff line number Diff line change 4
4
"description" : " Utilities for Node.js core collaborators" ,
5
5
"main" : " ./bin/metadata.js" ,
6
6
"bin" : {
7
- "get-metadata" : " ./bin/get_metadata.js "
7
+ "get-metadata" : " ./bin/get-metadata "
8
8
},
9
9
"scripts" : {
10
10
"test" : " npm run test-unit && npm run lint" ,
24
24
"files" : [
25
25
" lib/" ,
26
26
" bin/" ,
27
- " queries/" ,
28
- " steps/"
27
+ " components/"
29
28
],
30
29
"license" : " MIT" ,
31
30
"dependencies" : {
You can’t perform that action at this time.
0 commit comments