Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nblackburn committed Jul 16, 2019
2 parents c038898 + e2d6d9d commit 1e6bc9c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 40 deletions.
51 changes: 14 additions & 37 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "micro-match",
"description": "A simple url matching utility for micro.",
"version": "1.0.0",
"version": "1.0.1",
"main": "source/index.js",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -38,8 +38,8 @@
"/node_modules/"
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/source/$1"
}
"^@/(.*)$": "<rootDir>/source/$1"
}
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 1e6bc9c

Please sign in to comment.