Skip to content

Commit

Permalink
Fix license in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Zmoki committed Jan 16, 2019
1 parent 03e0435 commit cb58681
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions HISTORY.markdown
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

* Specified the right license in `package.json` like in the `LICENSE` file.

[Unreleased]: https://github.com/uploadcare/uploadcare-widget/compare/v3.6.2...HEAD

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"url": "git+https://github.com/uploadcare/uploadcare-widget.git"
},
"author": "",
"license": "MIT",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/uploadcare/uploadcare-widget/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion publish.package.json
Expand Up @@ -33,7 +33,7 @@
"jquery"
],
"author": "",
"license": "MIT",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/uploadcare/uploadcare-widget/issues"
},
Expand Down

0 comments on commit cb58681

Please sign in to comment.