fix(docs): Remove reference to Vue

Replace package.json `author` with `contributors`
ts v2.0.2
Jason Staten 5 years ago
parent 3874f204f9
commit fd1ea4b558

@ -1,6 +1,6 @@
# AngularJS Testing Library
Simple and complete Vue.js testing utilities that encourage good testing
Simple and complete AngularJS testing utilities that encourage good testing
practices.
AngularJS Testing Library is a lightweight adapter built on top of

@ -42,7 +42,10 @@
"end-to-end",
"e2e"
],
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
"contributors": [
"Jason Staten <code.npm@jxs.me> (https://jxs.me)",
"Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)"
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.6.0",
@ -86,9 +89,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
["@semantic-release/git", {
"assets": false
}]
[
"@semantic-release/git",
{
"assets": false
}
]
],
"repositoryUrl": "git@git.sr.ht:~statianzo/angularjs-testing-library"
}

Loading…
Cancel
Save