Skip to content

Commit

Permalink
Add some niceties
Browse files Browse the repository at this point in the history
* Bump package version to v0.0.2
* Add CONTRIBUTING.md
* Add .travis.yml file for Travis CI

Signed-off-by: Steven Esser <[email protected]>
  • Loading branch information
steven-esser committed May 26, 2020
1 parent 2a5c36f commit 878f07d
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 <[email protected]>
```

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 878f07d

Please sign in to comment.