Skip to content

Commit

Permalink
[🔥AUDIT🔥] [fixrelease] Update package.json to add types and engines u…
Browse files Browse the repository at this point in the history
…pdated (#1307)

🖍 _This is an audit!_ 🖍

## Summary:
<Add your summary here>

Issue: XXX-XXXX

## Test plan:

Author: somewhatabstract

Auditors:

Required Reviewers:

Approved By:

Checks: ⌛ Test and build (macOS-latest, 16.x), ⌛ Test and build (ubuntu-latest, 18.x), ⌛ Test and build (ubuntu-latest, 16.x), ⌛ Test and build (windows-latest, 18.x), ⌛ Test and build (windows-latest, 16.x), ✅ Lint and static types check (ubuntu-latest, 16.x), ✅ Update test coverage (ubuntu-latest, 16.x), ⌛ Analyze (javascript), ⏭  dependabot

Pull Request URL: #1307
  • Loading branch information
somewhatabstract authored Jun 12, 2023
1 parent 7c43982 commit 52ddefd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/gentle-spoons-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"checksync": patch
---

Updating some things to get automated changeset release working
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "5.0.0",
"description": "A tool that allows code to be annotated across different files to ensure they remain in sync.",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"bin": {
"checksync": "./bin/checksync.js"
},
Expand All @@ -22,7 +23,9 @@
"license": "MIT",
"private": false,
"engines": {
"node": ">= 16"
"node": ">= 16",
"npm": "please-use-yarn",
"yarn": ">=1.18.0 <2"
},
"files": [
"bin/checksync.js",
Expand Down Expand Up @@ -99,4 +102,4 @@
"lint": "eslint --config .eslintrc.js '{src,bin,__{tests,mocks}__}/**/*.ts'",
"publish:ci": "git diff --stat --exit-code HEAD && yarn build && changeset publish"
}
}
}

0 comments on commit 52ddefd

Please sign in to comment.