File tree 7 files changed +55
-12
lines changed
7 files changed +55
-12
lines changed Original file line number Diff line number Diff line change 6
6
"commitlint" : " ./lib/cli.js"
7
7
},
8
8
"scripts" : {
9
- "build" : " npx cross-env NODE_ENV=production npx babel src --out-dir lib --source-maps" ,
9
+ "build" : " npx cross-env NODE_ENV=production npx -p babel-cli babel src --out-dir lib --source-maps" ,
10
10
"clean" : " npx rimraf lib" ,
11
11
"prestart" : " dep-check && npx yarn run build" ,
12
12
"pretest" : " dep-check && npx yarn run build" ,
13
13
"start" : " npx concurrently \" npx ava -c 4 --verbose --watch\" \" npx yarn run watch\" " ,
14
14
"test" : " npx ava -c 4 --verbose" ,
15
- "watch" : " npx babel src --out-dir lib --watch --source-maps"
15
+ "watch" : " npx -p babel-cli babel src --out-dir lib --watch --source-maps"
16
16
},
17
17
"ava" : {
18
18
"files" : [
Original file line number Diff line number Diff line change 4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
7
- "build" : " npx cross-env NODE_ENV=production npx babel src --out-dir lib --source-maps" ,
7
+ "build" : " npx cross-env NODE_ENV=production npx -p babel-cli babel src --out-dir lib --source-maps" ,
8
8
"clean" : " npx rimraf lib" ,
9
9
"pretest" : " dep-check" ,
10
10
"start" : " npx concurrently \" npx ava -c 4 --verbose --watch\" \" npx yarn run watch\" " ,
11
11
"test" : " npx ava -c 4 --verbose && npx ava \" src/*.serial-test.js\" --verbose" ,
12
- "watch" : " npx babel src --out-dir lib --watch --source-maps"
12
+ "watch" : " npx -p babel-cli babel src --out-dir lib --watch --source-maps"
13
13
},
14
14
"ava" : {
15
15
"files" : [
Original file line number Diff line number Diff line change 4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"scripts" : {
7
- "build" : " npx cross-env NODE_ENV=production npx babel src --out-dir lib --source-maps" ,
7
+ "build" : " npx cross-env NODE_ENV=production npx -p babel-cli babel src --out-dir lib --source-maps" ,
8
8
"clean" : " npx rimraf lib" ,
9
9
"commit" : " npx git-cz" ,
10
10
"pretest" : " dep-check" ,
11
11
"start" : " npx concurrently \" npx ava --watch --verbose\" \" npx yarn run watch\" " ,
12
12
"test" : " npx ava --verbose" ,
13
- "watch" : " npx babel src --out-dir lib --watch --source-maps"
13
+ "watch" : " npx -p babel-cli babel src --out-dir lib --watch --source-maps"
14
14
},
15
15
"ava" : {
16
16
"babel" : " inherit" ,
Original file line number Diff line number Diff line change 8
8
"pretest" : " dep-check" ,
9
9
"start" : " npx concurrently \" npx ava --watch --verbose\" \" npx yarn run watch\" " ,
10
10
"test" : " npx ava --verbose" ,
11
- "build" : " npx cross-env NODE_ENV=production npx babel src --out-dir lib --source-maps" ,
12
- "watch" : " npx babel src --out-dir lib --watch --source-maps" ,
11
+ "build" : " npx cross-env NODE_ENV=production npx -p babel-cli babel src --out-dir lib --source-maps" ,
12
+ "watch" : " npx -p babel-cli babel src --out-dir lib --watch --source-maps" ,
13
13
"clean" : " npx rimraf lib"
14
14
},
15
15
"ava" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "lerna" : " 2.0.0 " ,
2
+ "lerna" : " 2.5.1 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"version" : " 4.2.2"
Original file line number Diff line number Diff line change 73
73
"eslint" : " ^4.8.0" ,
74
74
"eslint-config-prettier" : " ^2.3.0" ,
75
75
"husky" : " ^0.14.3" ,
76
- "lerna" : " ^2.4.0 " ,
76
+ "lerna" : " ^2.5.1 " ,
77
77
"lint-staged" : " ^4.0.1" ,
78
78
"npx" : " ^9.6.0" ,
79
79
"prettier" : " ^1.5.2" ,
Original file line number Diff line number Diff line change @@ -4271,7 +4271,7 @@ lcid@^1.0.0:
4271
4271
dependencies :
4272
4272
invert-kv "^1.0.0"
4273
4273
4274
- lerna@^2.0.0, lerna@^2.4.0 :
4274
+ lerna@^2.0.0 :
4275
4275
version "2.4.0"
4276
4276
resolved "https://registry.npmjs.org/lerna/-/lerna-2.4.0.tgz#7b76446b154bafb9cba8996f3dc233f1cb6ca7c3"
4277
4277
dependencies :
@@ -4313,6 +4313,49 @@ lerna@^2.0.0, lerna@^2.4.0:
4313
4313
write-pkg "^3.1.0"
4314
4314
yargs "^8.0.2"
4315
4315
4316
+ lerna@^2.5.1 :
4317
+ version "2.5.1"
4318
+ resolved "https://registry.npmjs.org/lerna/-/lerna-2.5.1.tgz#d07099bd3051ee799f98c753328bd69e96c6fab8"
4319
+ dependencies :
4320
+ async "^1.5.0"
4321
+ chalk "^2.1.0"
4322
+ cmd-shim "^2.0.2"
4323
+ columnify "^1.5.4"
4324
+ command-join "^2.0.0"
4325
+ conventional-changelog-cli "^1.3.2"
4326
+ conventional-recommended-bump "^1.0.1"
4327
+ dedent "^0.7.0"
4328
+ execa "^0.8.0"
4329
+ find-up "^2.1.0"
4330
+ fs-extra "^4.0.1"
4331
+ get-port "^3.2.0"
4332
+ glob "^7.1.2"
4333
+ glob-parent "^3.1.0"
4334
+ globby "^6.1.0"
4335
+ graceful-fs "^4.1.11"
4336
+ hosted-git-info "^2.5.0"
4337
+ inquirer "^3.2.2"
4338
+ is-ci "^1.0.10"
4339
+ load-json-file "^3.0.0"
4340
+ lodash "^4.17.4"
4341
+ minimatch "^3.0.4"
4342
+ npmlog "^4.1.2"
4343
+ p-finally "^1.0.0"
4344
+ package-json "^4.0.1"
4345
+ path-exists "^3.0.0"
4346
+ read-cmd-shim "^1.0.1"
4347
+ read-pkg "^2.0.0"
4348
+ rimraf "^2.6.1"
4349
+ safe-buffer "^5.1.1"
4350
+ semver "^5.4.1"
4351
+ signal-exit "^3.0.2"
4352
+ strong-log-transformer "^1.0.6"
4353
+ temp-write "^3.3.0"
4354
+ write-file-atomic "^2.3.0"
4355
+ write-json-file "^2.2.0"
4356
+ write-pkg "^3.1.0"
4357
+ yargs "^8.0.2"
4358
+
4316
4359
leven@^2.1.0 :
4317
4360
version "2.1.0"
4318
4361
resolved "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580"
@@ -5348,7 +5391,7 @@ package-json@^2.0.0:
5348
5391
registry-url "^3.0.3"
5349
5392
semver "^5.1.0"
5350
5393
5351
- package-json@^4.0.0 :
5394
+ package-json@^4.0.0, package-json@^4.0.1 :
5352
5395
version "4.0.1"
5353
5396
resolved "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz#8869a0401253661c4c4ca3da6c2121ed555f5eed"
5354
5397
dependencies :
You can’t perform that action at this time.
0 commit comments