Browse Source

deps: remove no longer used autosize

master
Saúl Ibarra Corretgé 7 years ago
parent
commit
34e6ea2f26
3 changed files with 0 additions and 11 deletions
  1. 0
    1
      app.js
  2. 0
    8
      package-lock.json
  3. 0
    2
      package.json

+ 0
- 1
app.js View File

9
 import 'jquery';
9
 import 'jquery';
10
 import 'jquery-contextmenu';
10
 import 'jquery-contextmenu';
11
 import 'jQuery-Impromptu';
11
 import 'jQuery-Impromptu';
12
-import 'autosize';
13
 
12
 
14
 import conference from './conference';
13
 import conference from './conference';
15
 import API from './modules/API';
14
 import API from './modules/API';

+ 0
- 8
package-lock.json View File

2407
         }
2407
         }
2408
       }
2408
       }
2409
     },
2409
     },
2410
-    "autosize": {
2411
-      "version": "1.18.13",
2412
-      "resolved": "https://registry.npmjs.org/autosize/-/autosize-1.18.13.tgz",
2413
-      "integrity": "sha1-7ljP8O2dzVDB/xB+culUAxyRl78=",
2414
-      "requires": {
2415
-        "jquery": ">=1.7"
2416
-      }
2417
-    },
2418
     "aws-sign2": {
2410
     "aws-sign2": {
2419
       "version": "0.7.0",
2411
       "version": "0.7.0",
2420
       "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
2412
       "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",

+ 0
- 2
package.json View File

36
     "@atlaskit/tooltip": "12.0.14",
36
     "@atlaskit/tooltip": "12.0.14",
37
     "@microsoft/microsoft-graph-client": "1.1.0",
37
     "@microsoft/microsoft-graph-client": "1.1.0",
38
     "@webcomponents/url": "0.7.1",
38
     "@webcomponents/url": "0.7.1",
39
-    "autosize": "1.18.13",
40
     "dropbox": "4.0.9",
39
     "dropbox": "4.0.9",
41
     "i18next": "8.4.3",
40
     "i18next": "8.4.3",
42
     "i18next-browser-languagedetector": "2.0.0",
41
     "i18next-browser-languagedetector": "2.0.0",
131
     "lint"
130
     "lint"
132
   ],
131
   ],
133
   "browser": {
132
   "browser": {
134
-    "autosize": "./node_modules/autosize/build/jquery.autosize.js",
135
     "jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js"
133
     "jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js"
136
   }
134
   }
137
 }
135
 }

Loading…
Cancel
Save