Skip to content

Commit 85e5faf

Browse files
authored
Merge pull request #90 from willryan/yarn-infra-updates
update yarn infra, and update version
2 parents d8f194e + b06a608 commit 85e5faf

File tree

4 files changed

+6253
-4170
lines changed

4 files changed

+6253
-4170
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ build/Release
3030
node_modules
3131
jspm_packages
3232
yarn_packages
33+
.yarn/*
34+
!.yarn/cache
35+
!.yarn/patches
36+
!.yarn/plugins
37+
!.yarn/releases
38+
!.yarn/sdks
39+
!.yarn/versions
3340

3441
# Optional npm cache directory
3542
.npm

.yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "factory.ts",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"license": "MIT",
55
"description": "A Typescript test data factory similar to factory_bot and rosie",
66
"scripts": {
@@ -62,5 +62,6 @@
6262
"dependencies": {
6363
"clone-deep": "^4.0.1",
6464
"source-map-support": "^0.5.21"
65-
}
65+
},
66+
"packageManager": "[email protected]"
6667
}

0 commit comments

Comments
 (0)