formique 1.0.0 → 1.0.1

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/formique.js +3 -0
  2. package/package.json +8 -7
package/formique.js CHANGED
@@ -2695,6 +2695,9 @@ formContainer.innerHTML = this.formMarkUp;
2695
2695
 
2696
2696
 
2697
2697
 
2698
+ export default Formique;
2699
+
2700
+
2698
2701
 
2699
2702
 
2700
2703
 
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "formique",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Formique JavaScript library",
5
5
  "main": "formique.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
- "keywords": ["formique", "javascript"],
10
- "author": "Gugulethu Nyoni",
11
- "license": "MIT"
6
+ "files": [
7
+ "formique.js"
8
+ ],
9
+ "scripts": {},
10
+ "keywords": [],
11
+ "author": "",
12
+ "license": "ISC"
12
13
  }