Skip to content

Commit 3ac0e3e

Browse files
committed
Setup an alias and provide the engines field to make Now shut up about it.
1 parent 75c1731 commit 3ac0e3e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

now.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": 2,
33
"name": "react-async",
4+
"alias": ["async-library"],
45
"public": true,
56
"builds": [
67
{

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,8 @@
6767
"react": "16.9.0",
6868
"react-async": "^8.0.0-alpha.0",
6969
"react-dom": "16.9.0"
70+
},
71+
"engines": {
72+
"node": "^8 || ^10"
7073
}
7174
}

0 commit comments

Comments
 (0)