Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored and ruyadorno committed Apr 26, 2022
1 parent 532883f commit 4d1398e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
26 changes: 14 additions & 12 deletions node_modules/npm-profile/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"name": "npm-profile",
"version": "6.0.2",
"version": "6.0.3",
"description": "Library for updating an npmjs.com profile",
"keywords": [],
"author": "GitHub Inc.",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^13.0.0",
"npm-registry-fetch": "^13.0.1",
"proc-log": "^2.0.0"
},
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/npm-profile.git"
"url": "https://github.com/npm/npm-profile.git"
},
"files": [
"bin",
"lib"
"bin/",
"lib/"
],
"devDependencies": {
"@npmcli/template-oss": "^2.7.1",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.4.1",
"nock": "^13.2.4",
"tap": "^15.1.6"
"tap": "^16.0.1"
},
"scripts": {
"preversion": "npm test",
Expand All @@ -30,18 +31,19 @@
"posttest": "npm run lint",
"test": "tap",
"snap": "tap",
"lint": "eslint '**/*.js'",
"postlint": "npm-template-check",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
"template-copy": "npm-template-copy --force"
"template-oss-apply": "template-oss-apply --force"
},
"tap": {
"check-coverage": true
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},
"templateOSS": {
"version": "2.7.1"
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.4.1"
}
}
17 changes: 10 additions & 7 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"npm-install-checks": "^5.0.0",
"npm-package-arg": "^9.0.2",
"npm-pick-manifest": "^7.0.1",
"npm-profile": "^6.0.2",
"npm-profile": "^6.0.3",
"npm-registry-fetch": "^13.1.1",
"npm-user-validate": "^1.0.1",
"npmlog": "^6.0.1",
Expand Down Expand Up @@ -5202,15 +5202,16 @@
}
},
"node_modules/npm-profile": {
"version": "6.0.2",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-6.0.3.tgz",
"integrity": "sha512-TVeHhnol2Iemud+Sr70/uqax5LnLJ9y361w+m5+Z7WYV2B1t6FhRDxDu72+yYYTvsgshkhnXEqbPjuD87kYXfA==",
"inBundle": true,
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^13.0.0",
"npm-registry-fetch": "^13.0.1",
"proc-log": "^2.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/npm-registry-fetch": {
Expand Down Expand Up @@ -13472,9 +13473,11 @@
}
},
"npm-profile": {
"version": "6.0.2",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-6.0.3.tgz",
"integrity": "sha512-TVeHhnol2Iemud+Sr70/uqax5LnLJ9y361w+m5+Z7WYV2B1t6FhRDxDu72+yYYTvsgshkhnXEqbPjuD87kYXfA==",
"requires": {
"npm-registry-fetch": "^13.0.0",
"npm-registry-fetch": "^13.0.1",
"proc-log": "^2.0.0"
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"npm-install-checks": "^5.0.0",
"npm-package-arg": "^9.0.2",
"npm-pick-manifest": "^7.0.1",
"npm-profile": "^6.0.2",
"npm-profile": "^6.0.3",
"npm-registry-fetch": "^13.1.1",
"npm-user-validate": "^1.0.1",
"npmlog": "^6.0.1",
Expand Down

0 comments on commit 4d1398e

Please sign in to comment.