File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2022 Carlos Fuentes
3+ Copyright (c) 2025 Carlos Fuentes
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments