Skip to content

Commit

Permalink
Merge pull request felixge#57 from marado/patch-1
Browse files Browse the repository at this point in the history
Declare license on package.json
  • Loading branch information
felixge authored Jul 21, 2018
2 parents 5fd6dbc + 1428ddb commit 69cdcaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records.",
"version": "1.1.0",
"repository": "https://github.com/felixge/node-dirty.git",
"license": "MIT",
"dependencies": {},
"main": "./lib/dirty",
"devDependencies": {
Expand Down

0 comments on commit 69cdcaa

Please sign in to comment.