Skip to content

Commit

Permalink
release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 3, 2024
1 parent ce51c0c commit b0d426d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/39348684.yml
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
releases:
openrct2-benchwarmer: patch
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openrct2-benchwarmer",
"version": "1.1.0",
"version": "1.1.1",
"description": "Add benches and trash cans to all of your paths with one click",
"main": "dist/benchwarmer.js",
"scripts": {
Expand All @@ -16,11 +16,15 @@
"types": "tsc --noEmit"
},
"tsup": {
"entry": ["benchwarmer.ts"],
"entry": [
"benchwarmer.ts"
],
"splitting": false,
"clean": true
},
"files": ["dist/**"],
"files": [
"dist/**"
],
"author": "Tom Scott <[email protected]>",
"license": "MIT",
"devDependencies": {
Expand Down Expand Up @@ -49,6 +53,8 @@
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"setupFiles": ["<rootDir>/mocks/openrct2.js"]
"setupFiles": [
"<rootDir>/mocks/openrct2.js"
]
}
}

0 comments on commit b0d426d

Please sign in to comment.