mirror of
https://github.com/artegoser/create-ts-prod.git
synced 2024-11-05 21:24:02 +03:00
fix: ts issues
This commit is contained in:
parent
94b94ec0c8
commit
9cf5a21430
3 changed files with 5 additions and 3 deletions
|
@ -6,6 +6,8 @@ class App {
|
|||
constructor() {
|
||||
this.config = new ConfigService();
|
||||
}
|
||||
init() {}
|
||||
}
|
||||
|
||||
const app = new App();
|
||||
app.init();
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@artegoser/create-ts-prod",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@artegoser/create-ts-prod",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cross-spawn": "^7.0.3"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@artegoser/create-ts-prod",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Boilerplate for TypeScript projects",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
|
Loading…
Reference in a new issue