@iris.interactive/handcook 1.0.1 → 1.0.2

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
@@ -1,5 +1,5 @@
1
1
  # Welcome to HandCook 👨‍🍳
2
- ![Version](https://img.shields.io/badge/version-1.0.1-blue.svg?cacheSeconds=2592000)
2
+ ![Version](https://img.shields.io/badge/version-1.0.2-blue.svg?cacheSeconds=2592000)
3
3
  ![Prerequisite](https://img.shields.io/badge/node-%3E%3D%2012.14.0-blue.svg)
4
4
  [![License: UNLICENSED](https://img.shields.io/badge/License-UNLICENSED-yellow.svg)](#)
5
5
  [![Twitter: captain\_iris](https://img.shields.io/twitter/follow/captain\_iris.svg?style=social)](https://twitter.com/captain\_iris)
@@ -40,6 +40,7 @@ SmoothScroll( '[trigger attribute]', '[duration in milisecond]' );
40
40
  ```
41
41
 
42
42
  > The element with trigger attribute should have an attribute `href` or `data-href` with the selector to the target element.
43
+ > You can add an attribute `data-shift` with integer value to force a shift on a target
43
44
 
44
45
  ## Author
45
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iris.interactive/handcook",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {