Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mwittig committed Mar 11, 2016
1 parent ec73ea5 commit 3841871
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,19 @@ History
* Revised license information to provide a SPDX 2.0 license identifier in-line with npm v2.1 guidelines on
license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0

* 20150106, V0.1.1
* 20160106, V0.1.1
* Added hidden option for gulp integration
* Added example file
* Corrected license info as part of package descriptor

* 20150116, V0.1.2
* 20160116, V0.1.2
* Changed line endings to LF for command wrapper on published files to resolve
issue #2 for OS X users, thanks @swashcap and @uglow
* Added travis build descriptor

* 20160311, V0.1.3
* Updated dependencies

Todo
----

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-license-crawler",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/mwittig/npm-license-crawler",
"description": "Analyzes license information for multiple node.js modules (package.json files) as part of your software project.",
"main": "./lib/index.js",
Expand Down

0 comments on commit 3841871

Please sign in to comment.