Skip to content

Commit 54f8549

Browse files
committed
preparing for release
1 parent f420516 commit 54f8549

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ example
99

1010
# node.js
1111
#
12+
13+
yarn.lock
1214
node_modules/
1315
npm-debug.log
1416
yarn-error.log
1517
package-lock.json
1618
yarn.lock
19+
__tests__/
20+
coverage/
1721

1822
# Xcode
1923
#

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-hash",
33
"title": "React Native Hash",
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"description": "A hashing library for react-native",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)