Skip to content

Commit

Permalink
ci: add a package.json for semantic-release (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcenchew committed Aug 18, 2020
1 parent 44cf3fb commit 1ccaffa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"private": true,
"name": "undo-push",
"version": "0.0.0-semantically-released",
"author": {
"name": "lcenchew",
"email": "[email protected]",
"url": "https://github.com/exions/undo-push/"
},
"license": "MIT",
"dependencies": {
},
"devDependencies": {
}
}

0 comments on commit 1ccaffa

Please sign in to comment.