Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbes7878 committed Apr 14, 2021
1 parent 51e1b67 commit 0755d28
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 13 deletions.
4 changes: 1 addition & 3 deletions google.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"docs": {
"locales/en/data.json": "1egbJ88XpDUe4-AhReRJb0tZNWtshZBSVgzWGEGer1nI"
},
"docs": {},
"sheets": {}
}
10 changes: 5 additions & 5 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"paths": {
"$app/*": [".svelte/dev/runtime/app/*", ".svelte/build/runtime/app/*"],
"$lib/*": ["src/lib/*"],
"@reuters-graphics/svelte-page-components": ["src/FutureComponentLib/index.js"],
"$locales/*": ["locales/*"],
"$utils/*": ["src/utils/*"],
"$imgs": ["src/statics/images/manifest.json"]
"$pkg": ["package.json"],
"$imgs": ["src/statics/images/manifest.json"],
"$locales/*": ["locales/*"],
"@reuters-graphics/svelte-page-components": ["src/FutureComponentLib/index.js"]
}
},
"include": ["src/**/*.js", "src/**/*.svelte"],
"exclude": ["node_modules", "dist"]
"include": ["src/**/*.js", "src/**/*.svelte"]
}
File renamed without changes.
Binary file removed media-assets/en/barchart/britain.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion media-assets/en/chart/scatterplot.eps

This file was deleted.

Binary file removed media-assets/en/chart/scatterplot.jpg
Binary file not shown.
Binary file removed media-assets/en/map/britain.jpg
Binary file not shown.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@
"pub": "npm-run-all publish:publish publish:git-commit publish:trello-move"
},
"devDependencies": {
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@reuters-graphics/eslint-config": "^0.0.2",
"@reuters-graphics/graphics-bin": "^0.0.8",
"@reuters-graphics/graphics-kit-publisher": "^0.0.4",
"@rollup/plugin-virtual": "^2.0.3",
"@sveltejs/kit": "next",
"autoprefixer": "^10.2.5",
"eslint": "^7.23.0",
Expand All @@ -44,8 +42,8 @@
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@reuters-graphics/categorical-bar-chart": "https://github.com/reuters-graphics/chart-module-categorical-bar-chart.git",
"@reuters-graphics/parliament-chart": "https://github.com/reuters-graphics/chart-module-parliament-chart.git",
"@reuters-graphics/style-theme-eisbaer": "^0.2.4",
"classnames": "^2.3.1",
Expand Down Expand Up @@ -76,7 +74,7 @@
"updated": null,
"mediaEditions": []
},
"preview": "https://graphics.thomsonreuters.com/testfiles/2021/245xiLavkXGB/"
"preview": ""
},
"homepage": ""
}
Empty file added project-files/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions svelte.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ module.exports = {
$utils: path.resolve(__dirname, 'src/utils'),
$pkg: path.resolve(__dirname, 'package.json'),
$imgs: path.resolve(__dirname, 'src/statics/images/manifest.json'),
$locales: path.resolve(__dirname, 'locales'),
'@reuters-graphics/svelte-page-components': path.resolve(__dirname, 'src/FutureGraphicsComponentsLib/index.js'),
},
},
Expand Down

0 comments on commit 0755d28

Please sign in to comment.