Skip to content

Commit

Permalink
Added async to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NatalieWolfe committed Oct 16, 2017
1 parent 905baa2 commit cac5d26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ Root Certificate License Agreement v3.0 (January 2014)
The New Relic Node.js agent also uses code from the following open source
projects under the following licenses:

async http://opensource.org/licenses/MIT
concat-stream http://opensource.org/licenses/MIT
https-proxy-agent http://opensource.org/licenses/MIT
json-stringify-safe http://opensource.org/licenses/ISC
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"newrelic-naming-rules": "./bin/test-naming-rules.js"
},
"dependencies": {
"async": "^2.1.4",
"concat-stream": "^1.5.0",
"https-proxy-agent": "^0.3.5",
"json-stringify-safe": "^5.0.0",
Expand All @@ -114,7 +115,6 @@
"@newrelic/native-metrics": "^2.1.0"
},
"devDependencies": {
"async": "^2.1.4",
"benchmark": "^2.1.4",
"bluebird": "^3.4.7",
"eslint": "^2.9.0",
Expand Down
1 change: 1 addition & 0 deletions test/unit/licenses.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"@newrelic/native-metrics": "LicenseRef-LICENSE",

"async": "MIT",
"concat-stream": "MIT",
"https-proxy-agent": "MIT",
"json-stringify-safe": "ISC",
Expand Down

0 comments on commit cac5d26

Please sign in to comment.