Skip to content

Commit

Permalink
Fixing unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Gore committed Apr 6, 2017
1 parent acb3903 commit 253cfc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/components/ShareButtonsComponent.vue
Expand Up @@ -23,7 +23,6 @@ export default {
}
</script>


<style scoped>
#share-buttons a {
display: inline-block;
Expand Down
4 changes: 1 addition & 3 deletions webpack.config.js
Expand Up @@ -2,9 +2,7 @@ const path = require('path')
const webpack = require('webpack')

module.exports = {
entry: {
main: './src/main.js'
},
entry: './src/main.js',
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'my-vue-component.js'
Expand Down

0 comments on commit 253cfc1

Please sign in to comment.