Skip to content

Commit

Permalink
Prepare to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuellmota committed Feb 21, 2019
1 parent c55b93c commit 0dfcf6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ local.properties
node_modules/
npm-debug.log
lib

package-lock.json
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "react-native-slider",
"name": "react-native-slider-custom",
"version": "0.11.0",
"description": "A pure JavaScript <Slider /> component for react-native",
"description": "A pure JavaScript <Slider /> component for react-native [Custom]",
"main": "src/Slider.js",
"files": [
"lib",
"src"
],
"author": "Jean Regisser <jean.regisser@gmail.com> (https://github.com/jeanregisser)",
"author": "Emmanuel Mota <emmanuellmota@gmail.com> forked from jeanregisser/react-native-slider",
"keywords": [
"react-component",
"react-native",
Expand Down

0 comments on commit 0dfcf6d

Please sign in to comment.