Skip to content

Commit

Permalink
Fix ts build. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubat committed Feb 16, 2023
1 parent 8387e73 commit eb7c08f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
/dist
/disttsconfig.tsbuildinfo
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tulip/semaphore",
"author": "Tulip Interfaces",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"description": "A promise on steroids",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outDir": "./dist",
"composite": true,
"preserveSymlinks": false,
"rootDir": "src",
"rootDir": "./src",
"types": ["jest"]
},
"include": ["src"],
Expand Down

0 comments on commit eb7c08f

Please sign in to comment.