Skip to content

Commit

Permalink
chore: update copyright year in license
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Mar 18, 2023
1 parent de1cdca commit e1109b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Boris Diakur
Copyright (c) 2023 Boris Diakur

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/n_.js
Expand Up @@ -108,7 +108,7 @@ function injectLodashIntoRepl(server, lodashes, promptConfig, c) {
help: (repl) =>
repl.log(
[
`${c.bold[helpColor]('.lodash')} enable you to configure the ${c.bold(
`${c.bold[helpColor]('.lodash')} enables you to configure the ${c.bold(
'_'
)} lodash instance of n_ repl, here are the available sub-commands:`,
...Object.entries(commandHelps).map(
Expand Down
2 changes: 1 addition & 1 deletion test/n_.test.js
Expand Up @@ -139,7 +139,7 @@ test('should expose last value under __ (alias of original special variable _)',
t.is(n_.last, '4012')
})

const helpText = `.lodash enable you to configure the _ lodash instance of n_ repl, here are the available sub-commands:
const helpText = `.lodash enables you to configure the _ lodash instance of n_ repl, here are the available sub-commands:
- fp: set _ to lodash/fp
- vanilla: set _ to 'vanilla' lodash
- swap: change flavor of _ (from vanilla to fp or the reverse)
Expand Down

0 comments on commit e1109b0

Please sign in to comment.