ship: v1.0.13

This commit is contained in:
xidedix
2018-05-14 14:02:07 +02:00
parent af92b1e5ba
commit cc5274cf39
12 changed files with 1902 additions and 2218 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/test/unit/coverage/
/test/e2e/reports/
test/unit/coverage
test/e2e/reports
selenium-debug.log
# Editor directories and files
+703 -980
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -1,9 +1,9 @@
{
"name": "@coreui/vue",
"version": "1.0.12",
"version": "1.0.13",
"description": "CoreUI Vue Open Source Bootstrap 4 Admin Template",
"author": "Łukasz Holeczek",
"homepage": "http://coreui.io",
"homepage": ".",
"copyright": "Copyright 2018 creativeLabs Łukasz Holeczek",
"license": "MIT",
"private": true,
@@ -28,7 +28,7 @@
"vue-router": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^8.4.1",
"autoprefixer": "^8.5.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
@@ -72,11 +72,11 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^3.0.0",
"lolex": "^2.4.1",
"lolex": "^2.5.0",
"mocha": "^5.1.1",
"nightwatch": "^0.9.21",
"node-notifier": "^5.2.1",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^2.1.0",
"phantomjs-prebuilt": "^2.1.16",
"portfinder": "^1.0.13",
@@ -94,8 +94,8 @@
"vue-loader": "^14.2.2",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.11.2",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "^2.11.3",
"webpack-dev-server": "^2.11.2",
"webpack-merge": "^4.1.2",
"node-sass": "^4.9.0",
-4
View File
@@ -15,12 +15,8 @@ export default {
/* Import Simple Line Icons Set */
$simple-line-font-path: '~simple-line-icons/fonts/';
@import '~simple-line-icons/scss/simple-line-icons.scss';
</style>
<style>
/* Import Bootstrap Vue Styles */
@import 'bootstrap-vue/dist/bootstrap-vue.css';
</style>
<style lang="scss">
// Import Main styles for this application
@import './assets/scss/style';
</style>