Explorar o código

Fix license in package.json

The project specifies a MIT license, but Apache 2.0 is written in package.json.
Sergey Leschina %!s(int64=7) %!d(string=hai) anos
pai
achega
49b643f9e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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",