소스 검색

Fix license in package.json

The project specifies a MIT license, but Apache 2.0 is written in package.json.
Sergey Leschina 8 년 전
부모
커밋
49b643f9e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -24,7 +24,7 @@
     "url": "git://github.com/Bttstrp/bootstrap-switch.git"
   },
   "bugs": "https://github.com/Bttstrp/bootstrap-switch/issues",
-  "license": "Apache-2.0",
+  "license": "MIT",
   "readmeFilename": "README.md",
   "devDependencies": {
     "babel-cli": "^6.22.2",