Skip to content

Commit 76fa6f5

Browse files
authoredMay 11, 2023
chore: update project config (#326)
Changes from `aegir check-project` to update project config.
1 parent 4366d32 commit 76fa6f5

File tree

2 files changed

+6
-36
lines changed

2 files changed

+6
-36
lines changed
 

‎.gitignore

+4-34
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,9 @@
1-
**/node_modules/
2-
**/*.log
3-
4-
# Logs
5-
logs
6-
*.log
7-
8-
# Runtime data
9-
pids
10-
*.pid
11-
*.seed
12-
13-
# Directory for instrumented libs generated by jscoverage/JSCover
14-
lib-cov
15-
16-
# Coverage directory used by tools like istanbul
17-
coverage
18-
.coverage
19-
20-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
21-
.grunt
22-
23-
# node-waf configuration
24-
.lock-wscript
25-
1+
node_modules
262
build
27-
docs
3+
dist
284
.docs
29-
30-
# Dependency directory
31-
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
5+
.coverage
326
node_modules
33-
34-
dist
35-
36-
# while testing npm5
377
package-lock.json
388
yarn.lock
39-
.nyc_output
9+
.vscode

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"string"
1818
],
1919
"engines": {
20-
"node": ">=16.0.0",
21-
"npm": ">=7.0.0"
20+
"node": ">=18.0.0",
21+
"npm": ">=8.6.0"
2222
},
2323
"type": "module",
2424
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.