Merge pull request #3611 from Keraito/licenses

Make all licenses consistent to MIT
This commit is contained in:
Filipp Riabchun 2018-05-20 20:01:48 +03:00 committed by GitHub
commit 8a4c974dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"private": true, "private": true,
"description": "", "description": "",
"keywords": [], "keywords": [],
"license": "ISC", "license": "MIT",
"author": "", "author": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"author": "", "author": "",
"license": "ISC", "license": "MIT",
"devDependencies": { "devDependencies": {
"babel-core": "^6.26.0", "babel-core": "^6.26.0",
"babel-eslint": "^7.2.2", "babel-eslint": "^7.2.2",