This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ coverage/**
7
7
npm-debug.log
8
8
commitlint.config.js
9
9
* .test.js
10
+ ** /__mocks__ /**
10
11
11
12
.DS_Store
12
13
.eslintcache
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " uber-cli" ,
3
- "description" : " Uber CLI " ,
4
- "version" : " 0.0.3 " ,
3
+ "description" : " CLI for Uber price and time estimates " ,
4
+ "version" : " 0.0.0-development " ,
5
5
"author" : " Jae Bradley" ,
6
6
"bin" : {
7
7
"uber" : " build/executables/uber.js"
40
40
},
41
41
"homepage" : " https://github.com/jaebradley/uber-cli" ,
42
42
"keywords" : [
43
- " uber"
43
+ " uber" ,
44
+ " uber cli" ,
45
+ " uber price" ,
46
+ " uber time"
44
47
],
45
48
"jest" : {
46
49
"testEnvironment" : " node" ,
61
64
"codecov" : " codecov" ,
62
65
"commitmsg" : " commitlint -e $GIT_PARAMS" ,
63
66
"build" : " babel src/ -d build/ --delete-dir-on-start" ,
64
- "build:prod" : " BABEL_ENV=production npm run compile " ,
67
+ "build:prod" : " BABEL_ENV=production npm run build " ,
65
68
"lint" : " eslint --ext .js ." ,
66
69
"test" : " jest" ,
67
- "prepublishOnly" : " npm run compile :prod" ,
70
+ "prepublishOnly" : " npm run build :prod" ,
68
71
"gc" : " commit" ,
69
72
"semantic-release" : " semantic-release" ,
70
73
"travis-deploy-once" : " travis-deploy-once"
You can’t perform that action at this time.
0 commit comments