Skip to content

Commit c24ebef

Browse files
committed
pkg.json: use standard field order. Use standard gitignore.
1 parent d9acb94 commit c24ebef

File tree

4 files changed

+38
-44
lines changed

4 files changed

+38
-44
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
node_modules
2-
/lib
2+
*.tgz
3+
/*.js
4+
*.js.map
35
*.d.ts
46
*.d.ts.map
5-
*.js.map
67
/test/build
8+
/test/compiled

package-lock.json

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

package.json

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,15 @@
1111
],
1212
"devDependencies": {
1313
"@paulmillr/jsbt": "0.4.1",
14-
"@types/node": "22.15.23",
14+
"@types/node": "24.2.1",
1515
"micro-bmark": "0.4.1",
1616
"micro-should": "0.5.3",
17-
"prettier": "3.5.2",
18-
"typescript": "5.8.3"
17+
"prettier": "3.6.2",
18+
"typescript": "5.9.2"
1919
},
20-
"sideEffects": false,
21-
"author": "Paul Miller (https://paulmillr.com)",
22-
"license": "MIT",
23-
"homepage": "https://github.com/paulmillr/micro-ftch",
24-
"repository": {
25-
"type": "git",
26-
"url": "git+https://github.com/paulmillr/micro-ftch.git"
27-
},
28-
"type": "module",
29-
"main": "./index.js",
30-
"module": "./index.js",
31-
"types": "./index.d.ts",
3220
"scripts": {
3321
"build": "tsc",
34-
"build:release": "npx jsbt esbuild test/build",
22+
"build:release": "npx --no @paulmillr/jsbt esbuild test/build",
3523
"lint": "prettier --check index.ts",
3624
"format": "prettier --write index.ts",
3725
"test": "node --experimental-strip-types --no-warnings test/index.ts",
@@ -49,5 +37,15 @@
4937
"replay",
5038
"ftch"
5139
],
52-
"funding": "https://paulmillr.com/funding/"
40+
"repository": {
41+
"type": "git",
42+
"url": "git+https://github.com/paulmillr/micro-ftch.git"
43+
},
44+
"type": "module",
45+
"main": "index.js",
46+
"module": "index.js",
47+
"types": "index.d.ts",
48+
"sideEffects": false,
49+
"author": "Paul Miller (https://paulmillr.com)",
50+
"license": "MIT"
5351
}

test/build/package-lock.json

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

0 commit comments

Comments
 (0)