Skip to content

Commit

Permalink
Fix: Rename content files to refined-hacker-news
Browse files Browse the repository at this point in the history
  • Loading branch information
plibither8 committed Mar 27, 2020
1 parent 48a7fd1 commit 8da9cbe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"*://news.ycombinator.com/*"
],
"css": [
"content.css"
"refined-hacker-news.css"
],
"js": [
"browser-polyfill.min.js",
"content.js"
"refined-hacker-news.js"
]
}
],
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = (env, argv) => ({
devtool: 'sourcemap',
stats: 'errors-only',
entry: {
content: './src/content',
"refined-hacker-news": './src/refined-hacker-news',
background: './src/background',
popup: './src/popup'
},
Expand Down

0 comments on commit 8da9cbe

Please sign in to comment.