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

Commit

Permalink
package.json: do not bundle versioned tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi Gutiérrez Hermoso committed Mar 1, 2022
1 parent 81d5702 commit 5c3b1f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

### tap

This product includes source derived from [tap](https://github.com/tapjs/node-tap) ([v15.0.9](https://github.com/tapjs/node-tap/tree/v15.0.9)), distributed under the [ISC License](https://github.com/tapjs/node-tap/blob/v15.0.9/LICENSE):
This product includes source derived from [tap](https://github.com/tapjs/node-tap) ([v15.1.6](https://github.com/tapjs/node-tap/tree/v15.1.6)), distributed under the [ISC License](https://github.com/tapjs/node-tap/blob/v15.1.6/LICENSE):

```
The ISC License
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"/lib/**",
"nr-hooks.js",
"index.js",
"*.md",
"tests/versioned/*.js"
"*.md"
],
"scripts": {
"test": "npm run unit && npm run versioned",
Expand Down
10 changes: 5 additions & 5 deletions third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Tue Jan 11 2022 15:20:31 GMT-0800 (Pacific Standard Time)",
"lastUpdated": "Tue Mar 01 2022 17:13:42 GMT-0500 (GMT-05:00)",
"projectName": "New Relic Koa Instrumentation",
"projectUrl": "https://github.com/newrelic/node-newrelic-koa",
"includeOptDeps": false,
Expand Down Expand Up @@ -215,15 +215,15 @@
"licenseUrl": "https://github.com/npm/node-semver/blob/v5.7.1/LICENSE",
"licenseTextSource": "file"
},
"tap@15.0.9": {
"tap@15.1.6": {
"name": "tap",
"version": "15.0.9",
"version": "15.1.6",
"range": "^15.0.9",
"licenses": "ISC",
"repoUrl": "https://github.com/tapjs/node-tap",
"versionedRepoUrl": "https://github.com/tapjs/node-tap/tree/v15.0.9",
"versionedRepoUrl": "https://github.com/tapjs/node-tap/tree/v15.1.6",
"licenseFile": "node_modules/tap/LICENSE",
"licenseUrl": "https://github.com/tapjs/node-tap/blob/v15.0.9/LICENSE",
"licenseUrl": "https://github.com/tapjs/node-tap/blob/v15.1.6/LICENSE",
"licenseTextSource": "file",
"publisher": "Isaac Z. Schlueter",
"email": "[email protected]",
Expand Down

0 comments on commit 5c3b1f6

Please sign in to comment.