diff --git a/examples/html-kitchen-sink/package.json b/examples/html-kitchen-sink/package.json index a1dc1e353219..f4fbdd5d6c6d 100644 --- a/examples/html-kitchen-sink/package.json +++ b/examples/html-kitchen-sink/package.json @@ -4,7 +4,7 @@ "private": true, "description": "", "keywords": [], - "license": "ISC", + "license": "MIT", "author": "", "main": "index.js", "scripts": { diff --git a/lib/ui/example/package.json b/lib/ui/example/package.json index 9aa94c039f29..78231e2ede8e 100644 --- a/lib/ui/example/package.json +++ b/lib/ui/example/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "author": "", - "license": "ISC", + "license": "MIT", "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^7.2.2",