Skip to content

Commit

Permalink
Refactor prism
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed May 27, 2019
1 parent 90498a1 commit 9695aa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-uglifycss": "^1.0.6",
"prism-es6": "^1.1.2",
"prismjs": "^1.15.0"
}
}
2 changes: 1 addition & 1 deletion src/views/codehighlight/CodeHighlight.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import Prism from 'prism-es6';
import Prism from 'prismjs';
export default {
props: {
Expand Down

0 comments on commit 9695aa8

Please sign in to comment.