Skip to content

Commit

Permalink
chore: update project config (#326)
Browse files Browse the repository at this point in the history
Changes from `aegir check-project` to update project config.
  • Loading branch information
achingbrain authored May 11, 2023
1 parent 4366d32 commit 76fa6f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 36 deletions.
38 changes: 4 additions & 34 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,39 +1,9 @@
**/node_modules/
**/*.log

# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
.coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

node_modules
build
docs
dist
.docs

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
.coverage
node_modules

dist

# while testing npm5
package-lock.json
yarn.lock
.nyc_output
.vscode
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"string"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
"node": ">=18.0.0",
"npm": ">=8.6.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 76fa6f5

Please sign in to comment.