Skip to content

Commit

Permalink
Setup sem release
Browse files Browse the repository at this point in the history
  • Loading branch information
runk committed Apr 21, 2023
1 parent 2c64df4 commit 3fcfc38
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schema-casting",
"version": "1.3.1",
"version": "0.0.0-development",
"homepage": "https://github.com/runk/schema-casting",
"description": "JSON Schema type casting and normalization",
"keywords": [
Expand All @@ -21,7 +21,8 @@
"eslint": "^4.16.0",
"github-publish-release": "^4.2.0",
"mocha": "^5.2.0",
"nyc": "^13.3.0"
"nyc": "^13.3.0",
"semantic-release": "^21.0.1"
},
"repository": {
"type": "git",
Expand All @@ -39,6 +40,7 @@
"lint": "./scripts/lint",
"release": "scripts/release",
"mocha": "mocha -R spec --recursive --bail",
"test": "./scripts/test"
"test": "./scripts/test",
"semantic-release": "semantic-release"
}
}

0 comments on commit 3fcfc38

Please sign in to comment.