Skip to content

Commit

Permalink
Define license in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Oct 4, 2021
1 parent f6048c1 commit c142f6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ npm test
```
```
> patroon@0.0.2 test
> patroon@0.0.5 test
> tape ./src/index.test.js
TAP version 13
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patroon",
"version": "0.0.4",
"version": "0.0.5",
"description": "Pattern matching library",
"repository": "github:bas080/patroon",
"main": "./src/index.js",
Expand All @@ -12,6 +12,7 @@
"matching"
],
"author": "Bassim Huis",
"license": "GPLv3",
"devDependencies": {
"tape": "^5.1.1",
"tape-check": "^1.0.0-rc.0",
Expand Down

0 comments on commit c142f6d

Please sign in to comment.