chore: fix repo url in package.json

ts
Jason Staten 5 years ago
parent f1f694a178
commit 3f81713291

@ -1,6 +1,6 @@
{ {
"name": "angularjs-testing-library", "name": "angularjs-testing-library",
"version": "0.0.0-semantically-released", "version": "0.0.0-development",
"description": "Simple and complete AngularJS testing utilities that encourage good testing practices.", "description": "Simple and complete AngularJS testing utilities that encourage good testing practices.",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/angularjs-testing-library.esm.js", "module": "dist/angularjs-testing-library.esm.js",
@ -17,7 +17,8 @@
"test": "kcd-scripts test", "test": "kcd-scripts test",
"test:update": "npm test -- --updateSnapshot --coverage", "test:update": "npm test -- --updateSnapshot --coverage",
"validate": "kcd-scripts validate", "validate": "kcd-scripts validate",
"setup": "npm install && npm run validate -s" "setup": "npm install && npm run validate -s",
"semantic-release": "semantic-release"
}, },
"husky": { "husky": {
"hooks": { "hooks": {
@ -55,7 +56,8 @@
"cross-env": "^6.0.0", "cross-env": "^6.0.0",
"kcd-scripts": "^1.7.0", "kcd-scripts": "^1.7.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"rimraf": "^3.0.0" "rimraf": "^3.0.0",
"semantic-release": "^15.13.30"
}, },
"peerDependencies": { "peerDependencies": {
"angular": "*", "angular": "*",
@ -76,10 +78,7 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/statianzo/angularjs-testing-library.git" "url": "https://git.sr.ht/~statianzo/angularjs-testing-library"
}, },
"bugs": { "homepage": "https://git.sr.ht/~statianzo/angularjs-testing-library"
"url": "https://github.com/statianzo/angularjs-testing-library/issues"
},
"homepage": "https://github.com/statianzo/angularjs-testing-library#readme"
} }

Loading…
Cancel
Save