Skip to content

Commit

Permalink
Updated dependencies and base resources path.
Browse files Browse the repository at this point in the history
  • Loading branch information
colintucker committed Jun 12, 2018
1 parent fbf55c5 commit a528766
Show file tree
Hide file tree
Showing 6 changed files with 375 additions and 448 deletions.
2 changes: 1 addition & 1 deletion admin/client/dist/js/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified admin/client/src/images/icons/SitemapPage.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

},
"devDependencies": {
"autoprefixer": "^8.1.0",
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
Expand All @@ -44,8 +44,8 @@
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"node-sass": "^4.7.2",
"postcss-loader": "^2.1.2",
"node-sass": "^4.8.3",
"postcss-loader": "^2.1.3",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin');

// Define Base:

const BASE = '/resources/silverware/sitemap';
const BASE = '/resources/vendor/silverware/sitemap';

// Define Paths:

Expand Down
Loading

0 comments on commit a528766

Please sign in to comment.