easy 17.1.1 → 17.1.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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,7 @@ There is now support for JSX in the form of [Juxtapose](https://github.com/djalb
13
13
  ### Related projects
14
14
 
15
15
  - [Easy Layout](https://github.com/djalbat/easy-layout) Layout elements that work with CSS flexbox.
16
+ - [Easy Mobile](https://github.com/djalbat/easy-mobile) Touch gestures for mobile web applications.
16
17
  - [Easy Navigation](https://github.com/djalbat/easy-navigation) A responsive accordion and associated navigation.
17
18
  - [Easy File System](https://github.com/djalbat/easy-file-system) A file system explorer and a rubbish bin.
18
19
  - [Easy RichTextarea](https://github.com/djalbat/easy-richTextarea) A textarea element that handles and hands off events well.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "easy",
3
3
  "author": "James Smith",
4
- "version": "17.1.1",
4
+ "version": "17.1.3",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/easy",
7
7
  "description": "Elements that abstract away from the DOM.",