Skip to content

Commit

Permalink
Set project name.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecop committed Dec 7, 2023
1 parent 4ce98fa commit 5802edb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
31 changes: 24 additions & 7 deletions TypeScript/.gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
.DS_Store

# NPM
node_modules/
npm-debug.log
typings
.idea
.iml
src/*.js
test/*.js
*.js.map
tsconfig.tsbuildinfo
package-lock.json

coverage/
.nyc_output/
.stryker-tmp

# Typescript
app/**/*.js
app/**/*.js.map
test/**/*.js
test/**/*.js.map
tsconfig.tsbuildinfo
dist/
coverage/
.nyc_output/
typings

# Eclipse
.project
.settings
.classpath

# IDEA
.idea
*.iml
2 changes: 1 addition & 1 deletion TypeScript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "legacy-code",
"name": "dependency-breaking-katas",
"version": "0.0.1",
"scripts": {
"compile": "tsc -w",
Expand Down

0 comments on commit 5802edb

Please sign in to comment.