Skip to content

Commit

Permalink
chore(package-json): remove engine config from wrong context
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermebkel authored Sep 26, 2021
1 parent 10a42a4 commit 9a7e284
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/unapy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "0.0.0",
"description": "The UNO Game API",
"main": "dist/index.js",
"engines": {
"node": ">=0.10.3 <15"
},
"scripts": {
"start": "node -r module-alias/register dist/index.js",
"dev": "nodemon src/index.ts",
Expand Down Expand Up @@ -43,4 +40,4 @@
"@uno-game/protocols": "*",
"@uno-game/error-handler": "*"
}
}
}

0 comments on commit 9a7e284

Please sign in to comment.