File tree Expand file tree Collapse file tree 4 files changed +2
-52
lines changed
Expand file tree Collapse file tree 4 files changed +2
-52
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 "description" : " An ES-spec-compliant Number.isFinite shim/polyfill/replacement that works as far down as ES3" ,
55 "main" : " index.js" ,
66 "exports" : {
7- "." : [
8- {
9- "import" : " ./index.mjs" ,
10- "require" : " ./index.js" ,
11- "default" : " ./index.js"
12- },
13- " ./index.js"
14- ],
7+ "." : " ./index.js" ,
158 "./auto" : " ./auto.js" ,
169 "./polyfill" : " ./polyfill.js" ,
1710 "./implementation" : " ./implementation.js" ,
2619 "lint" : " eslint ." ,
2720 "postlint" : " es-shim-api --bound" ,
2821 "tests-only" : " nyc tape 'test/**/*.js'" ,
29- "tests-esm" : " nyc tape 'test/**/*.mjs'" ,
30- "test" : " npm run tests-only && npm run tests-esm" ,
22+ "test" : " npm run tests-only" ,
3123 "posttest" : " npx npm@\" >= 10.2\" audit --production" ,
3224 "version" : " auto-changelog && git add CHANGELOG.md" ,
3325 "postversion" : " auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \" v$(node -e \" console.log(require('./package.json').version)\" )\" "
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments