diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..3b9748e --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +@acast-tech:registry=https://npm.pkg.github.com +//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN} diff --git a/package.json b/package.json index 4e94ebe..5ff9561 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "acast-test-helpers", + "name": "@acast/test-helpers", "version": "14.1.0", "description": "A bunch of helper methods that greatly simplify asynchronous unit and acceptance testing of front end web apps.", "main": "dist/index.js", @@ -24,8 +24,8 @@ "acceptance", "unit" ], - "repository": "https://github.com/acastSthlm/acast-test-helpers", - "bugs": "https://github.com/acastSthlm/acast-test-helpers/issues", + "repository": "https://github.com/acast-tech/acast-test-helpers", + "bugs": "https://github.com/acast-tech/acast-test-helpers/issues", "license": "GPL-3.0", "devDependencies": { "babel-cli": "6.8.0",