Skip to content

Commit

Permalink
Merge pull request #90 from willryan/yarn-infra-updates
Browse files Browse the repository at this point in the history
update yarn infra, and update version
  • Loading branch information
willryan authored Oct 13, 2024
2 parents d8f194e + b06a608 commit 85e5faf
Show file tree
Hide file tree
Showing 4 changed files with 6,253 additions and 4,170 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ build/Release
node_modules
jspm_packages
yarn_packages
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Optional npm cache directory
.npm
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "factory.ts",
"version": "1.4.1",
"version": "1.4.2",
"license": "MIT",
"description": "A Typescript test data factory similar to factory_bot and rosie",
"scripts": {
Expand Down Expand Up @@ -62,5 +62,6 @@
"dependencies": {
"clone-deep": "^4.0.1",
"source-map-support": "^0.5.21"
}
},
"packageManager": "yarn@4.5.0"
}
Loading

0 comments on commit 85e5faf

Please sign in to comment.