espri-vue-input-text-float 0.0.2 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
1
  # Float Input Text - Vue component
2
2
 
3
- `import FloatInputText from 'espri-vue-input-text-float';`
3
+ ```javascript
4
+ import FloatInputText from 'espri-vue-input-text-float';
5
+ ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "espri-vue-input-text-float",
3
3
  "type": "module",
4
- "version": "0.0.2",
4
+ "version": "1.0.0",
5
5
  "description": "Input Text Float - Vue component",
6
6
  "author": "ESPRI Digital",
7
7
  "homepage": "https://github.com/ESPRI-Digital/vue-input-text-float#readme",