Skip to content

Commit 49b643f

Browse files
authored
Fix license in package.json
The project specifies a MIT license, but Apache 2.0 is written in package.json.
1 parent b73a289 commit 49b643f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "git://github.com/Bttstrp/bootstrap-switch.git"
2525
},
2626
"bugs": "https://github.com/Bttstrp/bootstrap-switch/issues",
27-
"license": "Apache-2.0",
27+
"license": "MIT",
2828
"readmeFilename": "README.md",
2929
"devDependencies": {
3030
"babel-cli": "^6.22.2",

0 commit comments

Comments
 (0)