Skip to content

Commit a9fcd1e

Browse files
* Version changed to 2.0.2
* .npmignore added, demo.gif is ignored in npm
1 parent 0a6ee2f commit a9fcd1e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Default ignored files
2+
.idea/*
3+
demo.gif

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rn-range-slider",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"author": "Tigran Sahakyan <mail.of.tigran@gmail.com>",
55
"description": "A highly optimized pure JS implementation of Range Slider for React Native",
66
"homepage": "https://github.com/githuboftigran/rn-range-slider",

0 commit comments

Comments
 (0)