File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
2
3
- var cli = require ( '../index.js' ) ;
3
+ const cli = require ( '../lib /index.js' ) ;
4
4
5
5
try {
6
6
cli . run ( ) ;
File renamed without changes.
Original file line number Diff line number Diff line change 16
16
"bin" : {
17
17
"csso" : " ./bin/csso"
18
18
},
19
- "main" : " ./index" ,
19
+ "main" : " ./lib/ index.js " ,
20
20
"engines" : {
21
21
"node" : " >=8.0.0"
22
22
},
23
23
"scripts" : {
24
24
"test" : " mocha --reporter dot" ,
25
- "codestyle " : " eslint bin/* test index.js " ,
26
- "codestyle -and-test" : " npm run codestyle && npm test" ,
27
- "travis" : " npm run codestyle -and-test"
25
+ "lint " : " eslint bin/* test lib " ,
26
+ "lint -and-test" : " npm run lint && npm test" ,
27
+ "travis" : " npm run lint -and-test"
28
28
},
29
29
"dependencies" : {
30
30
"chokidar" : " ^3.5.3" ,
You can’t perform that action at this time.
0 commit comments