Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Commit 1d28a44

Browse files
author
Andrii Tiertyshnyi
authored
Merge pull request #1 from bolteu/migrate-to-git-packages
Migrate to git packages
2 parents 67097df + b4a5bb7 commit 1d28a44

File tree

3 files changed

+17
-34
lines changed

3 files changed

+17
-34
lines changed

.npmrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
git-tag-version = false
2-
registry = http://npm.internal:4873
1+
@bolteu:registry=https://npm.pkg.github.com/

package-lock.json

Lines changed: 12 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@taxify/redux-thunk",
2+
"name": "@bolt/redux-thunk",
33
"version": "2.4.0",
44
"license": "MIT",
55
"description": "Thunk middleware for Redux.",
@@ -71,5 +71,8 @@
7171
"typescript": "^3.1.6",
7272
"typings-tester": "^0.3.1",
7373
"webpack": "^1.12.14"
74+
},
75+
"publishConfig": {
76+
"registry": "https://npm.pkg.github.com/"
7477
}
7578
}

0 commit comments

Comments
 (0)