We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e486d commit a60d68cCopy full SHA for a60d68c
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-blink-text",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "React Blink Component for npm",
5
"main": "./lib/ReactBlinkText.js",
6
"license": "MIT",
@@ -45,5 +45,8 @@
45
"bugs": {
46
"url": "https://github.com/10secondsofcode/react-blink-text/issues"
47
},
48
- "homepage": "https://github.com/10secondsofcode/react-blink-text#readme"
+ "homepage": "https://github.com/10secondsofcode/react-blink-text#readme",
49
+ "publishConfig": {
50
+ "registry": "https://npm.pkg.github.com/"
51
+ }
52
}
0 commit comments