diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json index 6600270..70d7662 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "simple-spawn", + "name": "async-spawner", "version": "0.1.0", "description": "Simple process spawning utility for node.js", "main": "dist/index.js", @@ -8,7 +8,7 @@ "build": "tsc", "watch": "npm run build -- --watch" }, - "repository": "https://git.kuba-orlik.name/kuba/node-simple-spawn", + "repository": "gitea@git.kuba-orlik.name:kuba/async-spawner.git", "author": "Kuba Orlik", "license": "ISC", "dependencies": {