File tree Expand file tree Collapse file tree 3 files changed +2
-43
lines changed Expand file tree Collapse file tree 3 files changed +2
-43
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
"description" : " An ES-spec-compliant `parseInt` shim/polyfill/replacement that works as far down as ES3" ,
5
5
"main" : " index.js" ,
6
6
"exports" : {
7
- "." : [
8
- {
9
- "import" : " ./index.mjs" ,
10
- "require" : " ./index.js" ,
11
- "default" : " ./index.js"
12
- },
13
- " ./index.js"
14
- ],
7
+ "." : " ./index.js" ,
15
8
"./auto" : " ./auto.js" ,
16
9
"./polyfill" : " ./polyfill.js" ,
17
10
"./implementation" : " ./implementation.js" ,
26
19
"lint" : " eslint --ext=js,mjs ." ,
27
20
"postlint" : " es-shim-api --bound" ,
28
21
"tests-only" : " nyc tape 'test/**/*.js'" ,
29
- "tests-esm" : " nyc node test/index.mjs" ,
30
- "test" : " npm run tests-only && npm run tests-esm" ,
22
+ "test" : " npm run tests-only" ,
31
23
"posttest" : " aud --production" ,
32
24
"version" : " auto-changelog && git add CHANGELOG.md" ,
33
25
"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