Skip to content

Commit

Permalink
Change my last name
Browse files Browse the repository at this point in the history
  • Loading branch information
svenheden committed Jul 29, 2019
1 parent 3ce0032 commit 0b7b7b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 Jonathan Persson
Copyright (c) 2017 Jonathan Svenheden

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ isValid('foobar') // => false

## License

MIT © [Jonathan Persson](https://github.com/jonathanp)
MIT © [Jonathan Svenheden](https://github.com/svenheden)

[npm-url]: https://npmjs.org/package/swedish-personal-identity-number-validator
[npm-image]: https://badge.fury.io/js/swedish-personal-identity-number-validator.svg
[travis-image]: https://travis-ci.org/jonathanp/swedish-personal-identity-number-validator.svg
[travis-url]: https://travis-ci.org/jonathanp/swedish-personal-identity-number-validator
[travis-image]: https://travis-ci.org/svenheden/swedish-personal-identity-number-validator.svg
[travis-url]: https://travis-ci.org/svenheden/swedish-personal-identity-number-validator
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swedish-personal-identity-number-validator",
"version": "2.1.0",
"version": "2.1.1",
"title": "Swedish personal identity number validator",
"description": "Validates Swedish personal identity numbers",
"main": "dist/index.js",
Expand All @@ -12,12 +12,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/jonathanp/swedish-personal-identity-number-validator.git"
"url": "https://github.com/svenheden/swedish-personal-identity-number-validator.git"
},
"engines": {
"node": ">=6.0.0"
},
"author": "Jonathan Persson <persson.jonathan@gmail.com>",
"author": "Jonathan Svenheden <jonathan@svenheden.com>",
"license": "MIT",
"devDependencies": {
"tape": "4.9.1",
Expand Down

0 comments on commit 0b7b7b7

Please sign in to comment.