Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Jan 9, 2020
1 parent e781ca8 commit 25144a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[npm]: https://www.npmjs.com/package/elm-license-checker
[npm-badge]: https://img.shields.io/npm/v/elm-license-checker
[pursuit]: https://pursuit.purescript.org/packages/purescript-elm-license-checker/
[purescript-badge]: https://img.shields.io/badge/purescript-v1.0.0-%231d222d
[purescript-badge]: https://img.shields.io/badge/purescript-v2.0.0-%231d222d

Treats the licenses of the dependencies of a package.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-license-checker",
"version": "1.0.0",
"version": "2.0.0",
"description": "Check the licenses of Elm packages.",
"main": "./src/index.js",
"types": "./src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for elm-license-checker 1.0.0
// Type definitions for elm-license-checker 2.0.0
// Project: https://github.com/kakkun61/elm-license-checker
// Definitions by: 岡本和樹 (Kazuki Okamoto) <https://github.com/kakkun61>,
// Rogier Schouten <https://github.com/rogierschouten>,
Expand Down

0 comments on commit 25144a7

Please sign in to comment.