Skip to content

Commit

Permalink
Revert "feat: add command: new"
Browse files Browse the repository at this point in the history
This reverts commit 02d3409517b09c7f03cc750fff9d208e39bd9ff9.
  • Loading branch information
enxg committed Sep 12, 2021
1 parent e95db50 commit 5fe04e6
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 232 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@oclif/config": "^1",
"@oclif/plugin-help": "^3",
"chalk": "^4.1.2",
"ora": "5.4.1",
"ora": "^6.0.0",
"prompts": "^2.4.1",
"tslib": "^2.3.1"
},
Expand Down Expand Up @@ -70,7 +70,7 @@
"/oclif.manifest.json"
],
"engines": {
"node": ">=16.7.0",
"node": ">=12",
"npm": ">=6"
},
"keywords": [
Expand Down
136 changes: 0 additions & 136 deletions src/commands/new.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/config.ts

This file was deleted.

53 changes: 0 additions & 53 deletions src/prompts/PromptNew.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/prompts/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/templates/.sapphirerc.json

This file was deleted.

5 changes: 1 addition & 4 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
"composite": true,
"preserveConstEnums": true
},
"include": [
".",
"./templates/.sapphirerc.json",
]
"include": ["."]
}
Loading

0 comments on commit 5fe04e6

Please sign in to comment.