Skip to content

Commit

Permalink
Update License and Package files
Browse files Browse the repository at this point in the history
  • Loading branch information
raw-ash committed Nov 16, 2020
1 parent b886f61 commit 5095049
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 BashWorld
Copyright (c) 2019-2020 Ashish Rawat.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,26 @@
"version": "2.0.0",
"description": "Utility to pass messages to other processes within a cluster",
"license": "MIT",
"repository": "BashWorld/mpu",
"repository": {
"type": "git",
"url": "git+https://github.com/raw-ash/mpu.git"
},
"main": "index.js",
"keywords": [
"node",
"cluster",
"message",
"passing"
],
"dependencies": {}
"bugs": {
"url": "https://github.com/raw-ash/mpu/issues"
},
"homepage": "https://github.com/raw-ash/mpu#readme",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ashish Rawat (https://github.com/raw-ash)"
}

0 comments on commit 5095049

Please sign in to comment.