@kizmann/pico-js 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.
- package/README.md +0 -21
- package/package.json +1 -1
package/README.md
CHANGED
@@ -45,27 +45,6 @@ Dom.ready(function () {
|
|
45
45
|
});
|
46
46
|
```
|
47
47
|
|
48
|
-
### Included utilities
|
49
|
-
|
50
|
-
- [pi.Arr](#coming-soon)
|
51
|
-
- [pi.Obj](#coming-soon)
|
52
|
-
- [pi.Str](#coming-soon)
|
53
|
-
- [pi.Num](#coming-soon)
|
54
|
-
- [pi.Any](#coming-soon)
|
55
|
-
- [pi.Dom](#coming-soon)
|
56
|
-
- [pi.Now](#coming-soon)<br>Requires moment
|
57
|
-
|
58
|
-
### Included libraries
|
59
|
-
|
60
|
-
- [pi.Cookie](#coming-soon)
|
61
|
-
- [pi.Data](#coming-soon)
|
62
|
-
- [pi.Element](#coming-soon)
|
63
|
-
- [pi.Event](#coming-soon)
|
64
|
-
- [pi.Locale](#coming-soon)
|
65
|
-
- [pi.Queue](#coming-soon)
|
66
|
-
- [pi.Route](#coming-soon)
|
67
|
-
- [pi.Map](#coming-soon)<br>Requires gmaps
|
68
|
-
|
69
48
|
### ES5/6 Precompile
|
70
49
|
|
71
50
|
Incase you are not using the babel plugins (ES6) used in *babel.config.js* you will encounter errors while compiling. To prevent that its required to add an alias to your *webpack.config.js*.
|