diff --git a/package.json b/package.json index eb044c0..0203d26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "main": "dist/index.js", "module": "dist/angularjs-testing-library.esm.js", @@ -17,7 +17,8 @@ "test": "kcd-scripts test", "test:update": "npm test -- --updateSnapshot --coverage", "validate": "kcd-scripts validate", - "setup": "npm install && npm run validate -s" + "setup": "npm install && npm run validate -s", + "semantic-release": "semantic-release" }, "husky": { "hooks": { @@ -55,7 +56,8 @@ "cross-env": "^6.0.0", "kcd-scripts": "^1.7.0", "npm-run-all": "^4.1.5", - "rimraf": "^3.0.0" + "rimraf": "^3.0.0", + "semantic-release": "^15.13.30" }, "peerDependencies": { "angular": "*", @@ -76,10 +78,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/statianzo/angularjs-testing-library.git" + "url": "https://git.sr.ht/~statianzo/angularjs-testing-library" }, - "bugs": { - "url": "https://github.com/statianzo/angularjs-testing-library/issues" - }, - "homepage": "https://github.com/statianzo/angularjs-testing-library#readme" + "homepage": "https://git.sr.ht/~statianzo/angularjs-testing-library" }