Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksbox committed Oct 6, 2019
1 parent 8bdb1fe commit 686afec
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"name": "n-barrier",
"version": "0.0.1",
"description": "n-barrier implementation for javascript",
"version": "1.0.0",
"description": "Simple barrier implementation for syncing multiple asyncronouse tasks",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "npm run-script build && jest"
},
"author": "Mario Jäckle <github@jacksbox.de",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacksbox/n-barrier/issues"
},
"homepage": "https://github.com/jacksbox/n-barrier#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jacksbox/n-barrier.git"
},
"devDependencies": {
"jest": "^24.9.0",
"typescript": "^3.6.3"
Expand Down

0 comments on commit 686afec

Please sign in to comment.