Skip to content

Commit

Permalink
chore: package.json clean
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 7, 2020
1 parent 678503b commit 8492867
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 773 deletions.
146 changes: 0 additions & 146 deletions changelog.md

This file was deleted.

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playwright-test",
"version": "1.0.0",
"description": "Run unit tests with several runners or benchmark inside real browsers with playwright.",
"description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.",
"repository": "hugomrdias/playwright-test",
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
"license": "MIT",
Expand All @@ -15,10 +15,7 @@
},
"scripts": {
"test": "uvu",
"lint": "eslint --cache *.js src/*.js",
"validate": "run-p lint test",
"version": "yarn changelog && git add changelog.md",
"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0"
"lint": "eslint --cache *.js src/*.js"
},
"files": [
"static",
Expand Down Expand Up @@ -68,7 +65,6 @@
"@commitlint/config-conventional": "^11.0.0",
"assert": "^2.0.0",
"benchmark": "^2.1.4",
"conventional-changelog-cli": "^2.1.1",
"debug": "^4.3.1",
"eslint": "^4.7.1",
"eslint-config-halo": "^2.3.3",
Expand All @@ -78,7 +74,6 @@
"lint-staged": "^10.5.3",
"mocha": "^8.2.1",
"np": "^7.0.0",
"npm-run-all": "^4.1.1",
"tap-spec": "^5.0.0",
"tape": "^5.0.1",
"uvu": "^0.5.1",
Expand Down
Loading

0 comments on commit 8492867

Please sign in to comment.