From 2d79134fd770573cbd15711ddd2f62876c416e4c Mon Sep 17 00:00:00 2001 From: Romain Cascino Date: Mon, 19 Feb 2018 10:56:45 +0100 Subject: [PATCH] [RELEASE] Update package.json for npm --- docs/index.html | 4 ++-- docs/package.json | 2 +- docs/source.html | 12 ++++++------ package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/index.html b/docs/index.html index 481886b5..31a8e3e0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -355,13 +355,13 @@

Usage

  1. Create an index.html file in the same directory.

  2. -
  3. Add the following lines in the head section ot your file to use MyScriptJS and the css. We use PEP to ensure better browsers compatibilities. Note that you can also use it using dependencies from node_modules or bower_components:

    +
  4. Add the following lines in the head section of your file to use MyScriptJS and the css. We use PEP to ensure better browsers compatibilities. Note that you can also use it using dependencies from node_modules or bower_components:

    <link rel="stylesheet" href="node_modules/myscript/dist/myscript.min.css"/>
     <script src="node_modules/myscript/dist/myscript.min.js"></script>
     <script src="https://code.jquery.com/pep/0.4.3/pep.js"></script>
     
  5. -
  6. Always in the head section, add a style and specify the height and the width of your editor:

    +
  7. Still in the head section, add a style and specify the height and the width of your editor:

    <style>
      #editor {
          width: 100%;
    diff --git a/docs/package.json b/docs/package.json
    index 5c76e6a2..33dc5b97 100644
    --- a/docs/package.json
    +++ b/docs/package.json
    @@ -1,6 +1,6 @@
     {
       "name": "myscript",
    -  "version": "4.1.0",
    +  "version": "4.1.1",
       "description": "MyScriptJS is the fastest way to integrate handwriting panel and recognition in your webapp",
       "keywords": [
         "myscript",
    diff --git a/docs/source.html b/docs/source.html
    index d768d3a7..0ae09d81 100644
    --- a/docs/source.html
    +++ b/docs/source.html
    @@ -282,7 +282,7 @@
           89 %53/59
           29045 byte
           970
    -      2018-01-04 15:22:30 (UTC)
    +      2018-02-06 14:42:38 (UTC)
         
     
           src/EditorFacade.js
    @@ -291,7 +291,7 @@
           100 %2/2
           1313 byte
           29
    -      2018-02-03 11:15:02 (UTC)
    +      2018-02-02 09:50:32 (UTC)
         
     
           src/callback/EventCallback.js
    @@ -325,7 +325,7 @@
           100 %2/2
           4778 byte
           177
    -      2018-02-05 15:46:32 (UTC)
    +      2018-02-02 09:51:38 (UTC)
         
     
           src/configuration/DefaultPenStyle.js
    @@ -381,7 +381,7 @@
           50 %1/2
           8840 byte
           193
    -      2018-02-05 15:49:43 (UTC)
    +      2018-02-02 09:51:38 (UTC)
         
     
           src/model/InkModel.js
    @@ -470,7 +470,7 @@
           -
           739 byte
           31
    -      2018-02-05 15:49:43 (UTC)
    +      2018-02-02 09:51:38 (UTC)
         
     
           src/recognizer/CryptoHelper.js
    @@ -821,7 +821,7 @@
           75 %3/4
           20045 byte
           503
    -      2018-02-05 15:49:43 (UTC)
    +      2018-02-02 09:51:38 (UTC)
         
     
           src/util/ModelStats.js
    diff --git a/package.json b/package.json
    index 5c76e6a2..33dc5b97 100644
    --- a/package.json
    +++ b/package.json
    @@ -1,6 +1,6 @@
     {
       "name": "myscript",
    -  "version": "4.1.0",
    +  "version": "4.1.1",
       "description": "MyScriptJS is the fastest way to integrate handwriting panel and recognition in your webapp",
       "keywords": [
         "myscript",