Skip to content

Commit

Permalink
revert node version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jan 25, 2022
1 parent 4ca5a6b commit 54fd3f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "copy-anything",
"sideEffects": false,
"type": "module",
"version": "2.0.4",
"description": "An optimised way to copy'ing an object. A small and simple integration",
"module": "./dist/index.es.js",
Expand All @@ -17,10 +16,6 @@
"files": [
"dist"
],
"engines": {
"node": ">=12.13",
"npm": ">=7"
},
"scripts": {
"test": "vitest run",
"lint": "tsc --noEmit && eslint ./src --ext .ts",
Expand Down

0 comments on commit 54fd3f4

Please sign in to comment.