Skip to content

Commit

Permalink
feat: add engine defination
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Mar 25, 2020
1 parent 76aeed3 commit ba109c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions createSurgioStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ async function createFn(name, verbose, useCnpm) {
scripts: {
update: 'surgio generate',
},
engines: {
"node": "^10"
}
};
const allDependencies = ['surgio'];
const useAliyunOss = process.stdout.isTTY ? await inquirer.prompt(
Expand Down

0 comments on commit ba109c6

Please sign in to comment.