Skip to content

Commit 54d6a54

Browse files
committed
chore: update license and scripts
1 parent 33f32d3 commit 54d6a54

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Carlos Fuentes
3+
Copyright (c) 2025 Carlos Fuentes
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
55
"main": "index.js",
66
"types": "index.d.ts",
77
"scripts": {
8-
"test": "tap --cov test/**/*.test.js && npm run test:ts && npm run lint",
9-
"test:ci": "tap --cov test/**/*.test.js && npm run test:ts && npm run lint:ci",
10-
"test:only": "tap --only",
11-
"test:unit": "tap test/**/*.test.js",
8+
"test": "node scripts/test.mjs && npm run test:ts && npm run lint",
9+
"test:ci": "node scripts/test.mjs && npm run test:ts && npm run lint:ci",
10+
"test:only": "node scripts/test.mjs --only",
1211
"test:ts": "tsd",
13-
"lint": "standard | snazzy",
14-
"lint:ci": "standard",
15-
"release": "npx standard-version"
12+
"lint": "eslint"
1613
},
1714
"keywords": [],
1815
"repository": {

0 commit comments

Comments
 (0)