Skip to content

Commit

Permalink
Merge pull request #14 from package-url/add-some-niceties
Browse files Browse the repository at this point in the history
Add some niceties

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne authored May 27, 2020
2 parents 2a5c36f + 878f07d commit 61a2540
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- node
- lts/*
- 14
- 13
- 12
- 11
- 10
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Contributing

Contributions are welcome and appreciated!
Every little bit helps, and credit will always be given.

When contributing to purl (such as code, bugs, documentation, etc.) you
agree to the Developer Certificate of Origin http://developercertificate.org/
and its license (see the mit.LICENSE file). The same approach is used
by the Linux Kernel developers and several other projects.

For commits, it is best to simply add a line like this to your commit message,
with your name and email:
```
Signed-off-by: Jane Doe <developer@example.com>
```

Please try to write a good commit message.
See: https://chris.beams.io/posts/git-commit/
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": "packageurl-js",
"version": "0.0.1",
"version": "0.0.2",
"description": "JavaScript library to parse and build \"purl\" aka. package URLs. This is a microlibrary implementing the purl spec at https://github.com/package-url",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 61a2540

Please sign in to comment.