Skip to content

Commit

Permalink
Make all licenses consistent to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Keraito committed May 20, 2018
1 parent c821484 commit f4801c0
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 f4801c0

Please sign in to comment.