Update package.json

This commit is contained in:
Hugo Bernier 2020-04-27 20:27:01 -04:00 committed by GitHub
parent 0a140d8b48
commit ef6b51ea1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,7 @@
"vue": "^2.6.11", "vue": "^2.6.11",
"vue-class-component": "^7.2.3", "vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.2", "vue-property-decorator": "^8.4.2",
"vue-template-compiler": "^2.6.11", "vue-template-compiler": "^2.6.11"
"webpack-merge": "^4.2.2"
}, },
"devDependencies": { "devDependencies": {
"@microsoft/rush-stack-compiler-3.3": "0.3.5", "@microsoft/rush-stack-compiler-3.3": "0.3.5",
@ -34,7 +33,8 @@
"node-sass": "~4.14.0", "node-sass": "~4.14.0",
"sass-loader": "~8.0.2", "sass-loader": "~8.0.2",
"tslint-microsoft-contrib": "5.0.0", "tslint-microsoft-contrib": "5.0.0",
"vue-loader": "^15.9.1" "vue-loader": "^15.9.1",
"webpack-merge": "^4.2.2"
}, },
"scripts": { "scripts": {
"build": "gulp bundle", "build": "gulp bundle",