Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
472647301 committed Dec 14, 2021
1 parent df8b921 commit 9f5c0f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.0.0",
"description": "React Native Refresh Control",
"main": "index.js",
"private": false,
"files": [
"README.md",
"android",
Expand All @@ -14,7 +15,8 @@
"react-native-refresh-control.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"push": "npm publish --access public"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9f5c0f6

Please sign in to comment.