Skip to content

Commit

Permalink
Removing unneeded variables
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Apr 23, 2019
1 parent 556fb01 commit 2ef238f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions lib/regex.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ module.exports = {
bodySplit: /&|=/,
collection: /(.*)(\/.*)$/,
hypermedia: /(([a-z]+(_)?)?id|url|uri)$/i,
leading: /.*\//,
leftBrace: /\(/,
mimetype: /;.*/,
trailing: /_.*$/,
trailingS: /s$/,
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tenso",
"description": "Tensō is an HTTP/HTTP2 REST API framework",
"version": "11.0.2",
"version": "11.0.3",
"homepage": "http://avoidwork.github.io/tenso",
"author": "Jason Mulligan <[email protected]>",
"repository": {
Expand Down

0 comments on commit 2ef238f

Please sign in to comment.