huply 0.0.2 → 0.0.3

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,7 @@ Recommended step for projects with integrated module bundler (e.g. Webpack) or t
24
24
  1. Add ``lang`` - Attribute to html-Tag. Otherwise english or the defined fallback language is used as default language.
25
25
  ``<html lang="en">``
26
26
 
27
- 2. Execute init-function to your JavaScript-File:
27
+ 2. Execute init-function:
28
28
  ````
29
29
  new Huply().init();
30
30
  ````
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "huply",
3
3
  "description": "A dependency-free JavaScript-Tool for uploading files.",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "files": [
6
6
  "dist"
7
7
  ],