Skip to content

Commit aba2c2b

Browse files
committed
Add Scarf and config
1 parent 84aa236 commit aba2c2b

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"typescript": "4.9.3"
6363
},
6464
"dependencies": {
65+
"@scarf/scarf": "1.4.0",
6566
"couchbase": "4.6.1",
6667
"jsonpath": "1.2.1",
6768
"lodash": "4.17.23",
@@ -71,6 +72,10 @@
7172
"type": "git",
7273
"url": "http://github.com/couchbaselabs/node-ottoman.git"
7374
},
75+
"scarfSettings": {
76+
"defaultOptIn": true,
77+
"allowTopLevel": true
78+
},
7479
"config": {
7580
"commitizen": {
7681
"path": "./node_modules/cz-conventional-changelog"

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,11 @@
610610
"@nodelib/fs.scandir" "2.1.5"
611611
fastq "^1.6.0"
612612

613+
"@scarf/scarf@1.4.0":
614+
version "1.4.0"
615+
resolved "https://registry.yarnpkg.com/@scarf/scarf/-/scarf-1.4.0.tgz#3bbb984085dbd6d982494538b523be1ce6562972"
616+
integrity sha512-xxeapPiUXdZAE3che6f3xogoJPeZgig6omHEy1rIY5WVsB3H2BHNnZH+gHG6x91SCWyQCzWGsuL2Hh3ClO5/qQ==
617+
613618
"@sinclair/typebox@^0.27.8":
614619
version "0.27.8"
615620
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"

0 commit comments

Comments
 (0)