Skip to content

Commit

Permalink
Bump version to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Jul 19, 2020
1 parent f4ec552 commit 4d28b64
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 267 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "static-server-rdil",
"version": "1.11.0",
"version": "1.11.1",
"description": "Static web server",
"homepage": "https://github.com/rdilweb/static-server",
"bin": {
Expand Down Expand Up @@ -36,14 +36,14 @@
"test": "eslint source/*.js"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@types/mime-types": "^2.1.0",
"@types/node": "^14.0.14",
"@types/node": "^14.0.23",
"@types/node-emoji": "^1.8.1",
"@types/showdown": "^1.9.3",
"eslint": "^7.4.0",
"eslint": "^7.5.0",
"prettier": "^2.0.5"
},
"prettier": {
Expand Down
Loading

0 comments on commit 4d28b64

Please sign in to comment.