easy 17.1.5 → 17.1.6

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,8 +10,9 @@ If you like Easy you might like [Easy with Style](https://github.com/djalbat/eas
10
10
 
11
11
  There is now support for JSX in the form of [Juxtapose](https://github.com/djalbat/Juxtapose). What this means is that Easy *will* now help you with the architecture of your large application. So although Easy elements will continue to work standalone, their use with Juxtapose is recommended.
12
12
 
13
- ### Related projects
13
+ ### Easy projects
14
14
 
15
+ - [Easy](https://github.com/djalbat/easy) Elements that abstract away from the DOM.
15
16
  - [Easy Layout](https://github.com/djalbat/easy-layout) Layout elements that work with CSS flexbox.
16
17
  - [Easy Mobile](https://github.com/djalbat/easy-mobile) Touch gestures for mobile web applications.
17
18
  - [Easy Navigation](https://github.com/djalbat/easy-navigation) A responsive accordion and associated navigation.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "easy",
3
3
  "author": "James Smith",
4
- "version": "17.1.5",
4
+ "version": "17.1.6",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/easy",
7
7
  "description": "Elements that abstract away from the DOM.",