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 # 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. practices.
AngularJS Testing Library is a lightweight adapter built on top of AngularJS Testing Library is a lightweight adapter built on top of

@ -42,7 +42,10 @@
"end-to-end", "end-to-end",
"e2e" "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", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.6.0", "@babel/runtime": "^7.6.0",
@ -86,9 +89,12 @@
"@semantic-release/commit-analyzer", "@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator", "@semantic-release/release-notes-generator",
"@semantic-release/npm", "@semantic-release/npm",
["@semantic-release/git", { [
"assets": false "@semantic-release/git",
}] {
"assets": false
}
]
], ],
"repositoryUrl": "git@git.sr.ht:~statianzo/angularjs-testing-library" "repositoryUrl": "git@git.sr.ht:~statianzo/angularjs-testing-library"
} }

Loading…
Cancel
Save