Skip to content

Commit

Permalink
chore: upgrade node@16
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upgrade minimum node version to 16
  • Loading branch information
skovy committed Nov 26, 2023
1 parent fbc9574 commit 237d95e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"types": "dist/lib/index.d.ts",
"author": "Spencer Miskoviak <smiskoviak@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "https://github.com/skovy/typed-scss-modules.git"
Expand All @@ -19,6 +22,10 @@
"type generator",
"scss modules"
],
"files": [
"dist/lib"
],
"bin": "./dist/lib/cli.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
Expand All @@ -31,10 +38,6 @@
"commit": "commit",
"semantic-release": "semantic-release"
},
"files": [
"dist/lib"
],
"bin": "./dist/lib/cli.js",
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
Expand Down Expand Up @@ -93,6 +96,5 @@
"*.{js,json,css,md,scss,tsx,ts}": [
"prettier --write"
]
},
"packageManager": "npm@3.19.2"
}
}

0 comments on commit 237d95e

Please sign in to comment.