Skip to content

Commit

Permalink
Revert "idk"
Browse files Browse the repository at this point in the history
This reverts commit 1cf9b56.
  • Loading branch information
thetayloredman committed Mar 6, 2023
1 parent 1cf9b56 commit 744d567
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 28 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"scripts": {
"clean": "rm -rf dist/",
"tsc": "tsc",
"build": "yarpm run clean; yarpm run tsc",
"build": "yarn run clean; yarn run tsc",
"start": "echo \"This is a damned module, not a program!\" && exit 1",
"prettier": "prettier . -w",
"prettier:check": "prettier . --check",
"test": "jest",
"husky": "husky install",
"prepare": "yarpm install && yarpm run husky && yarpm run docs",
"prepare": "yarn run husky && yarn run docs",
"lint-staged": "lint-staged",
"lint": "eslint .",
"lint:warnings_as_errors": "eslint --max-warnings=0 .",
"test:staged": "npx lint-staged",
"githook:commit-msg": "yarpm run commitlint --edit",
"githook:pre-commit": "yarpm run test:staged && yarpm run build && yarpm run test",
"githook:commit-msg": "yarn run commitlint --edit",
"githook:pre-commit": "yarn run test:staged && yarn run build && yarn run test",
"docs": "typedoc",
"np": "np"
},
Expand Down Expand Up @@ -63,8 +63,7 @@
"np": "^7.6.3",
"prettier": "^2.8.1",
"typedoc": "^0.23.23",
"typescript": "^4.9.4",
"yarpm": "^1.2.0"
"typescript": "^4.9.4"
},
"lint-staged": {
"*.ts": [
Expand Down
22 changes: 0 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3254,13 +3254,6 @@ __metadata:
languageName: node
linkType: hard

"command-exists@npm:^1.2.9":
version: 1.2.9
resolution: "command-exists@npm:1.2.9"
checksum: 729ae3d88a2058c93c58840f30341b7f82688a573019535d198b57a4d8cb0135ced0ad7f52b591e5b28a90feb2c675080ce916e56254a0f7c15cb2395277cac3
languageName: node
linkType: hard

"commander@npm:^9.4.1":
version: 9.5.0
resolution: "commander@npm:9.5.0"
Expand Down Expand Up @@ -7937,7 +7930,6 @@ __metadata:
strict-event-emitter: ^0.4.6
typedoc: ^0.23.23
typescript: ^4.9.4
yarpm: ^1.2.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8658,20 +8650,6 @@ __metadata:
languageName: node
linkType: hard

"yarpm@npm:^1.2.0":
version: 1.2.0
resolution: "yarpm@npm:1.2.0"
dependencies:
command-exists: ^1.2.9
cross-spawn: ^7.0.3
bin:
yarpm: bin/yarpm.js
yarpm-pnpm: bin/yarpm-pnpm.js
yarpm-yarn: bin/yarpm-yarn.js
checksum: 77d37cf5efa14bbe3b1568d295f198c51e890d9e6ae18029463a73eed29dba60785fd9286cc47b1b4237ec2f55bd66c60e6fe4cbe69a62f35bcb784c06df682e
languageName: node
linkType: hard

"yn@npm:3.1.1":
version: 3.1.1
resolution: "yn@npm:3.1.1"
Expand Down

0 comments on commit 744d567

Please sign in to comment.