Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannchie committed Mar 19, 2021
1 parent 6e19907 commit 1e71de2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jsemaphore",
"version": "1.0.4",
"description": "Simple semaphore, just like semaphore in python.",
"main": "lib/semaphore.js",
"main": "lib/index.js",
"repository": "https://github.com/Jannchie/jsemaphore",
"author": "Jannchie <jannchie@gmail.com>",
"license": "MIT",
Expand All @@ -28,4 +28,4 @@
"keywords": [
"semaphore"
]
}
}
File renamed without changes.
2 changes: 1 addition & 1 deletion test/semaphore.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Semaphore } from "../src/semaphore";
import { Semaphore } from "../src/index";

test("error", () => {
expect(() => {
Expand Down

0 comments on commit 1e71de2

Please sign in to comment.