Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
minor: semantic-release now controls the package.json version
Browse files Browse the repository at this point in the history
now that we use semantic-release and it pulls the latest git tag, we
should not have an actual version in the package.json
  • Loading branch information
Osman Currim committed Mar 26, 2019
1 parent d5b7578 commit 4b2cba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "social-insurance-number",
"version": "0.0.3",
"version": "0.0.0-development",
"description": "Canadian SIN (Social Insurance Number) parser and generator",
"main": "social-insurance-number.js",
"scripts": {
Expand Down

0 comments on commit 4b2cba6

Please sign in to comment.