Skip to content

Commit

Permalink
to kill a mockingbird
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Aug 29, 2021
1 parent f0e6c09 commit dae4662
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1 deletion.
67 changes: 67 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "LGPL-3.0",
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"update-data": "curl https://rules2.clearurls.xyz/data.minify.json > data/data.minify.json",
"update-data": "curl -L -s https://rules2.clearurls.xyz/data.minify.json > data/data.minify.json",
"lint": "run-s lint:*",
"lint:prettier": "prettier --check .",
"lint:eslint": "eslint ."
Expand Down Expand Up @@ -40,6 +40,7 @@
"jest": "^27.0.6",
"jest-junit": "^12.2.0",
"lint-staged": "^11.0.0",
"nock": "^13.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"skip-ci": "^1.0.4"
Expand Down

0 comments on commit dae4662

Please sign in to comment.