Skip to content

Commit

Permalink
fix: remove unnecessary package.json values
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Jun 14, 2023
1 parent 8802725 commit 5d2330f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions package.json
Expand Up @@ -34,7 +34,6 @@
},
"directories": {
"doc": "./doc",
"lib": "./lib",
"man": "./man"
},
"main": "./index.js",
Expand Down Expand Up @@ -213,14 +212,10 @@
"test-all": "node . run test -ws -iwr --if-present",
"snap": "tap",
"prepack": "node . run build -w docs",
"test:nocleanup": "NO_TEST_CLEANUP=1 node . run test --",
"sudotest": "sudo node . run run test --",
"sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 node . run test --",
"posttest": "node . run lint",
"lint": "eslint \"**/*.js\"",
"lintfix": "node . run lint -- --fix",
"lint-all": "node . run lint -ws -iwr --if-present",
"prelint": "rimraf test/npm_cache*",
"resetdeps": "node scripts/resetdeps.js",
"rp-pull-request": "node scripts/update-authors.js",
"postlint": "template-oss-check",
Expand All @@ -230,8 +225,6 @@
"test-env": [
"LC_ALL=sk"
],
"color": 1,
"files": "test/{lib,bin,index.js}",
"timeout": 600,
"nyc-arg": [
"--exclude",
Expand Down
1 change: 0 additions & 1 deletion tap-snapshots/test/lib/commands/publish.js.test.cjs
Expand Up @@ -115,7 +115,6 @@ Object {
"description": "a package manager for JavaScript",
"directories": Object {
"doc": "./doc",
"lib": "./lib",
"man": "./man",
},
"exports": Object {
Expand Down
7 changes: 0 additions & 7 deletions workspaces/arborist/package.json
Expand Up @@ -74,18 +74,11 @@
"bin": {
"arborist": "bin/index.js"
},
"//": "sk test-env locale to catch locale-specific sorting",
"tap": {
"color": true,
"after": "test/fixtures/cleanup.js",
"test-env": [
"NODE_OPTIONS=--no-warnings",
"LC_ALL=sk"
],
"node-arg": [
"--no-warnings",
"--no-deprecation"
],
"timeout": "360",
"nyc-arg": [
"--exclude",
Expand Down

0 comments on commit 5d2330f

Please sign in to comment.