Skip to content

Commit b069e06

Browse files
authored
refactor: removed obsolete npm engine restriction (#1737)
1 parent 9cc03f3 commit b069e06

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,5 @@
8787
"publishConfig": {
8888
"registry": "https://registry.npmjs.org/"
8989
},
90-
"homepage": "https://db-ui.github.io/elements/",
91-
"engines": {
92-
"npm": "^8.1.0"
93-
}
90+
"homepage": "https://db-ui.github.io/elements/"
9491
}

0 commit comments

Comments
 (0)