Browse Source

aaaaa

production
Yiğit Çolakoğlu 4 years ago
parent
commit
f6f629ddb9
3 changed files with 364 additions and 333 deletions
  1. +3
    -0
      .travis.yml
  2. +360
    -332
      package-lock.json
  3. +1
    -1
      package.json

+ 3
- 0
.travis.yml View File

@ -4,6 +4,9 @@ node_js:
install: install:
- npm install -g @vue/cli-service - npm install -g @vue/cli-service
- npm install -g @vue/cli-plugin-babel
- npm install -g @vue/cli-plugin-unit-jest
- npm install -g @vue/cli-plugin-eslint
- npm install - npm install
script: npm run build script: npm run build


+ 360
- 332
package-lock.json
File diff suppressed because it is too large
View File


+ 1
- 1
package.json View File

@ -37,7 +37,7 @@
"vue-toastification": "^1.7.11" "vue-toastification": "^1.7.11"
}, },
"devDependencies": { "devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0", "@vue/cli-plugin-unit-jest": "~4.5.0",


Loading…
Cancel
Save