Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannchie committed Mar 19, 2021
1 parent f58198d commit 6e19907
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"name": "jsemaphore",
"version": "1.0.3",
"version": "1.0.4",
"description": "Simple semaphore, just like semaphore in python.",
"main": "lib/semaphore.js",
"repository": "https://github.com/Jannchie/jsemaphore",
"author": "Jannchie <jannchie@gmail.com>",
"license": "MIT",
"typings": "typings",
"scripts": {
"prepublish ": "tsc",
"prepublish ": "yarn build",
"build": "tsc",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"coverage": "jest --coverage"
},
"files": [
"lib/**/*",
"src/**/*",
"typings/**/*"
],
"devDependencies": {
"@types/jest": "^26.0.21",
"coveralls": "^3.1.0",
Expand Down

0 comments on commit 6e19907

Please sign in to comment.