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,
"description": "",
"keywords": [],
"license": "ISC",
"license": "MIT",
"author": "",
"main": "index.js",
"scripts": {

View File

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