Skip to content

Commit

Permalink
Release 1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegase745 committed Mar 26, 2019
1 parent dfd3033 commit 0c72b50
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shortnr",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Simple URL shortener written in TypeScript and backed by Redis.",
"author": "Michel Nemnom",
"license": "MIT",
Expand All @@ -14,10 +14,7 @@
"engines": {
"node": "^8 || ^10"
},
"files": [
"/dist",
"/bin/shortnr.js"
],
"files": ["/dist", "/bin/shortnr.js"],
"scripts": {
"start": "concurrently npm:start:*",
"start:dev": "cross-env NODE_ENV=development webpack-dev-server",
Expand Down

0 comments on commit 0c72b50

Please sign in to comment.