Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade jill #140

Merged
merged 3 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"scripts": {
"lint": "yarn run eslint --ext ts,tsx .",
"lint:fix": "yarn run eslint --fix --ext ts,tsx .",
"test": "yarn lint && yarn jill each test --no-private",
"build": "yarn jill each build --no-private",
"test": "jill each test --no-private",
"build": "jill each build --no-private",
"postinstall": "husky install"
},
"devDependencies": {
"@jujulego/jill": "^1.2.1",
"@jujulego/jill": "^2.3.3",
"@types/node": "^16.18.0",
"@types/prettier": "1.10.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
Expand Down
1 change: 1 addition & 0 deletions packages/std/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ expect(ko).toEqual([-2])
```

- And more...

Loading
Loading