Skip to content

Commit

Permalink
Merge pull request #3611 from Keraito/licenses
Browse files Browse the repository at this point in the history
Make all licenses consistent to MIT
  • Loading branch information
Hypnosphi authored May 20, 2018
2 parents 7cc2194 + f4801c0 commit 8a4c974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/html-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"description": "",
"keywords": [],
"license": "ISC",
"license": "MIT",
"author": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"author": "",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.2",
Expand Down

0 comments on commit 8a4c974

Please sign in to comment.