Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit 639f08e

Browse files
committed
fix: x
1 parent b846761 commit 639f08e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2022 Zac Anger
1+
Copyright © 2022
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"description": "Cross-platform, isomorphic alert, for Node and browser (previously alert-node)",
55
"version": "5.1.4",
66
"author": {
7-
"email": "[email protected]",
8-
"name": "Zac Anger",
9-
"url": "http://zacanger.com"
7+
"name": "zautumnz"
108
},
119
"license": "MIT",
1210
"main": "index.js",
@@ -17,12 +15,12 @@
1715
"preversion": "npm t",
1816
"test": "standard"
1917
},
20-
"homepage": "https://github.com/zacanger/alert#readme",
18+
"homepage": "https://github.com/zautumnz/alert#readme",
2119
"repository": {
2220
"type": "git",
23-
"url": "https://github.com/zacanger/alert.git"
21+
"url": "https://github.com/zautumnz/alert.git"
2422
},
25-
"bugs": "https://github.com/zacanger/alert/issues",
23+
"bugs": "https://github.com/zautumnz/alert/issues",
2624
"keywords": [
2725
"alert",
2826
"cli",

0 commit comments

Comments
 (0)