Skip to content

Commit 7816912

Browse files
committed
chore: package additions
1 parent 1a24005 commit 7816912

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"name": "@barelyhuman/node-snapshot",
33
"version": "0.0.4-beta.1",
4+
"description": "snapshot testing for node:test",
45
"keywords": [
56
"node",
67
"test",
78
"snapshot"
89
],
9-
"publishConfig": {
10-
"access": "public"
10+
"homepage": "https://github.com/barelyhuman/node-snapshot/tree/main",
11+
"bugs": {
12+
"url": "https://github.com/barelyhuman/node-snapshot/issues"
1113
},
12-
"repository": "github.com/barelyhuman/node-snapshot",
14+
"repository": "https://github.com/barelyhuman/node-snapshot.git",
1315
"license": "MIT",
1416
"author": "reaper<ahoy@barelyhuman.dev>",
1517
"type": "commonjs",
@@ -18,13 +20,13 @@
1820
"files": [
1921
"src"
2022
],
21-
"prettier": "@barelyhuman/prettier-config",
2223
"scripts": {
24+
"fix": "prettier --write .",
2325
"next": "bumpp",
2426
"package:lint": "publint",
25-
"test": "node --test",
26-
"fix": "prettier --write ."
27+
"test": "node --test"
2728
},
29+
"prettier": "@barelyhuman/prettier-config",
2830
"dependencies": {
2931
"diff": "^5.2.0",
3032
"kleur": "^4.1.5",
@@ -35,5 +37,11 @@
3537
"bumpp": "^9.4.1",
3638
"prettier": "^3.3.2",
3739
"publint": "^0.2.8"
40+
},
41+
"engines": {
42+
"node": ">=18"
43+
},
44+
"publishConfig": {
45+
"access": "public"
3846
}
3947
}

0 commit comments

Comments
 (0)