Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent 0c549ca commit fbd844d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install -D -E syclone
"prepublishOnly": "TypeScriptBuild 'Source/**/*.ts'"
},
"dependencies": {
"syclone": "0.1.6"
"typescript-build": "0.1.6"
}
}
```
Expand All @@ -45,7 +45,7 @@ npm install -D -E syclone
"compilerOptions": {
"outDir": "Target"
},
"extends": "syclone/Target/Configuration/TypeScript",
"extends": "typescript-build/Target/Configuration/TypeScript",
"include": ["Source"]
}
```
Expand Down

0 comments on commit fbd844d

Please sign in to comment.