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

Commit 8193f00

Browse files
committed
Make sure it is possible to publish redux-thunk into internal npm
1 parent 0e60b62 commit 8193f00

File tree

3 files changed

+33
-12
lines changed

3 files changed

+33
-12
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
git-tag-version = false
2+
registry = http://npm.internal:4873

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "redux-thunk",
2+
"name": "@taxify/redux-thunk",
33
"version": "2.3.0",
44
"license": "MIT",
55
"description": "Thunk middleware for Redux.",

0 commit comments

Comments
 (0)