Skip to content

Commit

Permalink
Merge pull request #22 from ncthbrt/elrichgro-patch-1
Browse files Browse the repository at this point in the history
Elrichgro patch 1
  • Loading branch information
elrichgro authored Nov 20, 2017
2 parents 1bbe710 + fc16553 commit 9c7a9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class LocalPath {
}

static isValidName (name) {
const actorNameRegex = /^[a-z0-9-]+$/i;
const actorNameRegex = /^[a-z0-9-_]+$/i;
return !!name && typeof (name) === 'string' && !!name.match(actorNameRegex);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nact",
"version": "3.1.4",
"version": "3.1.5",
"description": "nact ⇒ node.js + actors = your services have never been so µ",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 9c7a9ed

Please sign in to comment.