Skip to content

Commit

Permalink
Develop (#4)
Browse files Browse the repository at this point in the history
* Add Wikipedia reference

* Add new switches

* Remove troublesome words

* Version bump

* Update README

* Add tests for new switches

* Update copyright in license

* Make it sort of work (test will break) in Ubuntu
  • Loading branch information
rbanffy authored Jan 28, 2017
1 parent 8a1c981 commit 4ca9be1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}
Copyright 2016-2017 Ricardo Bánffy

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion lib/nsaname.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const suffixes = [
*
* @return {string}
*/
function getNSAName (suffix = false, separator = '') {
function getNSAName (suffix, separator) {
var nsaname = first[Math.floor(Math.random() * first.length)] +
separator + second[Math.floor(Math.random() * second.length)]

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": "nsaname",
"version": "1.0.3",
"version": "1.0.4",
"description": "Like petname, but for naming secret projects and tools.",
"main": "index.js",
"author": "Ricardo Banffy <[email protected]>",
Expand Down

0 comments on commit 4ca9be1

Please sign in to comment.