We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20139bf commit 2fa87fcCopy full SHA for 2fa87fc
.eslintrc
@@ -116,7 +116,6 @@
116
"no-warning-comments": 0,
117
"no-with": 1,
118
"radix": 1,
119
- "semi-spacing": 1,
120
"vars-on-top": 0,
121
"wrap-iife": 0,
122
"yoda": 1,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-floating-label",
3
- "version": "0.2.2",
+ "version": "0.2.3",
4
"description": "A floating label text input factory for tcomb-form-native",
5
"main": "FloatingLabel.js",
6
"scripts": {
0 commit comments