Skip to content

Commit

Permalink
Remove autosize dep as it's unused. Compile assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Apr 12, 2019
1 parent cfbae45 commit 3285aab
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 19 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"devDependencies": {
"animate-sass": "^0.8.2",
"autosize": "^3.0.20",
"axios": "^0.18",
"bootstrap-sass": "^3.4.1",
"chart.js": "^2.8.0",
Expand Down
13 changes: 6 additions & 7 deletions public/dist/js/all.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/dist/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/dist/js/vendor.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"/dist/js/vendor.js": "/dist/js/vendor.js?id=e03809426375c45516cd",
"/dist/js/app.js": "/dist/js/app.js?id=5cc4efadabc1eb1a2c8d",
"/dist/js/vendor.js": "/dist/js/vendor.js?id=54b0121167fba77b66df",
"/dist/js/app.js": "/dist/js/app.js?id=9fbb16ee50dad3a47254",
"/dist/css/dashboard/dashboard.css": "/dist/css/dashboard/dashboard.css?id=a639724d0e05bd70c059",
"/dist/css/app.css": "/dist/css/app.css?id=4415bef22a4397bddf23",
"/dist/js/manifest.js": "/dist/js/manifest.js?id=40dcfff9d09d402daf38",
"/dist/js/all.js": "/dist/js/all.js?id=73e47896629379e501bc"
"/dist/js/all.js": "/dist/js/all.js?id=84dafbb70d28b5197c82"
}
1 change: 0 additions & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ mix
'node_modules/bootstrap-sass/assets/javascripts/bootstrap.min.js',
'node_modules/moment/min/moment-with-locales.min.js',
'node_modules/lodash/lodash.min.js',
'node_modules/autosize/dist/autosize.min.js',
'node_modules/messenger/build/js/messenger.min.js',
'node_modules/sortablejs/Sortable.min.js',
'node_modules/jquery-minicolors/jquery.minicolors.min.js',
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,6 @@ autoprefixer@^7.2.6:
postcss "^6.0.17"
postcss-value-parser "^3.2.3"

autosize@^3.0.20:
version "3.0.21"
resolved "https://registry.yarnpkg.com/autosize/-/autosize-3.0.21.tgz#f182f40d17757d978a139a4c9ca40c4c0e448603"
integrity sha1-8YL0DRd1fZeKE5pMnKQMTA5EhgM=

aws-sign2@~0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
Expand Down

0 comments on commit 3285aab

Please sign in to comment.