Skip to content

Commit

Permalink
fix: removed unused pdependancies from production build
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Akpa committed Nov 28, 2018
1 parent a51f807 commit 7119ff1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 0 additions & 8 deletions dev/views/InputText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
:value="val"
label="Text Input Type"
type="text"/>
<!-- <FishTankRenderedMarkup>
<InputText
:value="val"
label="Text Input Type"
type="text"/>
</FishTankRenderedMarkup> -->
<InputText
:value="val"
label="Password Input Type"
Expand Down Expand Up @@ -55,13 +49,11 @@
<script lang="ts">
import Vue from 'vue'
import { InputText,
// FishTankRenderedMarkup
} from '@/index'
export default Vue.extend({
components:{
InputText,
// FishTankRenderedMarkup
},
data(){
return {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,8 @@
},
"dependencies": {
"@fishtank/icons-vue": ">= 3.8.0",
"prismjs": "1.15.0",
"tslib": ">= 1.9.0",
"vue-content-loader": "^0.2.1",
"vue-markdown": "^2.2.4",
"vue-popperjs": "1.5.0",
"vue-prism-component": "1.0.1"
"vue-content-loader": "^0.2.1"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.49",
Expand Down Expand Up @@ -74,6 +70,7 @@
"lodash": "4.17.10",
"node-sass": "4.9.0",
"normalize-scss": "7.0.1",
"prismjs": "1.15.0",
"promise-polyfill": "8.0.0",
"punycode": "^2.1.1",
"rimraf": "2.6.2",
Expand All @@ -98,6 +95,9 @@
"typescript": "2.9.1",
"uglify-es": "3.3.9",
"vue": "^2.5.17",
"vue-markdown": "^2.2.4",
"vue-popperjs": "1.5.0",
"vue-prism-component": "1.0.1",
"vue-router": "3.0.1",
"vue-svg-icon-loader": "1.3.2",
"vue-template-compiler": "^2.5.17",
Expand Down

0 comments on commit 7119ff1

Please sign in to comment.