Skip to content

Commit

Permalink
Merge pull request #26 from localnerve/rc-0.7.0
Browse files Browse the repository at this point in the history
@0.7.0 - node 14+, update deps, copyright
  • Loading branch information
localnerve authored Mar 25, 2022
2 parents 7070f16 + 72ba5ea commit 6996b78
Show file tree
Hide file tree
Showing 51 changed files with 6,223 additions and 1,956 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v3.0.0
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2015 - 2021 Alex Grant (@localnerve), LocalNerve, LLC
Copyright (c) 2015 - 2022 Alex Grant (@localnerve), LocalNerve, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Picklr



[![npm version](https://badge.fury.io/js/picklr.svg)](http://badge.fury.io/js/picklr)
![Verify](https://github.com/localnerve/picklr/workflows/Verify/badge.svg)
[![Coverage Status](https://coveralls.io/repos/localnerve/picklr/badge.svg?branch=master)](https://coveralls.io/r/localnerve/picklr?branch=master)
[![Dependency Status](https://david-dm.org/localnerve/picklr.svg)](https://david-dm.org/localnerve/picklr)
[![devDependency Status](https://david-dm.org/localnerve/picklr/dev-status.svg)](https://david-dm.org/localnerve/picklr#info=devDependencies)

> "`Pick` `l`ine & `r`eplace"
>
Expand Down
2 changes: 1 addition & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "12"
"node": "14"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***
* Copyright (c) 2015 - 2021 Alex Grant (@localnerve), LocalNerve LLC
* Copyright (c) 2015 - 2022 Alex Grant (@localnerve), LocalNerve LLC
* Licensed under the MIT license.
*
* Expose the library.
Expand Down
2 changes: 1 addition & 1 deletion lib/actions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2015 - 2021 Alex Grant (@localnerve), LocalNerve LLC
* Copyright (c) 2015 - 2022 Alex Grant (@localnerve), LocalNerve LLC
* Licensed under the MIT license.
*
* Picklr actions class.
Expand Down
2 changes: 1 addition & 1 deletion lib/picklr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2015 - 2021 Alex Grant (@localnerve), LocalNerve LLC
* Copyright (c) 2015 - 2022 Alex Grant (@localnerve), LocalNerve LLC
* Licensed under the MIT license.
*
* Recursive file, line picker and text replacer.
Expand Down
Loading

0 comments on commit 6996b78

Please sign in to comment.