Skip to content

Commit

Permalink
transfer of ownership chores
Browse files Browse the repository at this point in the history
  • Loading branch information
cwise89 committed Jan 12, 2021
1 parent b69d916 commit e02bf90
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2017 Chris Bolin
Copyright (c) 2017-2021 Chris Bolin
Copyright (c) 2021 Cody Wise

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
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chrisbolin/react-detect-offline.git"
"url": "git+https://github.com/cwise89/react-detect-offline.git"
},
"files": [
"/dist/"
],
"author": "Chris Bolin",
"contributors": [
{
"name": "Cody Wise",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
Expand All @@ -35,9 +41,9 @@
"react-test-renderer": "^15.6.1"
},
"bugs": {
"url": "https://github.com/chrisbolin/react-detect-offline/issues"
"url": "https://github.com/cwise89/react-detect-offline/issues"
},
"homepage": "https://github.com/chrisbolin/react-detect-offline#readme",
"homepage": "https://github.com/cwise89/react-detect-offline#readme",
"scripts": {
"build": "babel src/index.js -o dist/index.js",
"test": "jest spec",
Expand Down

0 comments on commit e02bf90

Please sign in to comment.