Skip to content

Commit

Permalink
mod license MIT from ISC (#380)
Browse files Browse the repository at this point in the history
Co-authored-by: nhara <nhara@yahoo-corp.jp>
  • Loading branch information
nariakiraHara and nhara committed Nov 11, 2021
1 parent eb32957 commit 814ca91
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion global/package.json
Expand Up @@ -25,7 +25,7 @@
"styled",
"global"
],
"license": "ISC",
"license": "MIT",
"peerDependencies": {
"goober": "^2.0.29"
},
Expand Down
4 changes: 2 additions & 2 deletions macro/package.json
Expand Up @@ -14,9 +14,9 @@
"goober",
"styled"
],
"license": "ISC",
"license": "MIT",
"peerDependencies": {
"@babel/helper-module-imports": "^7.8.3",
"babel-plugin-macros": "^2.8.0"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -96,7 +96,7 @@
"type": "git",
"url": "https://github.com/cristianbote/goober"
},
"license": "ISC",
"license": "MIT",
"devDependencies": {
"@ampproject/filesize": "^4.0.0",
"@babel/core": "^7.2.2",
Expand Down
2 changes: 1 addition & 1 deletion should-forward-prop/package.json
Expand Up @@ -25,7 +25,7 @@
"styled",
"should-forward-prop"
],
"license": "ISC",
"license": "MIT",
"peerDependencies": {
"goober": "^2.0.18"
},
Expand Down

1 comment on commit 814ca91

@vercel
Copy link

@vercel vercel bot commented on 814ca91 Nov 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.