Skip to content

Commit

Permalink
🔖 Releasing v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Jun 6, 2020
1 parent ca62670 commit 3a79e85
Show file tree
Hide file tree
Showing 5 changed files with 544 additions and 488 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![CodeFactor](https://www.codefactor.io/repository/github/jagfx/ets2-dashboard-skin/badge)](https://www.codefactor.io/repository/github/jagfx/ets2-dashboard-skin/overview)
[![GitHub Version](https://img.shields.io/github/v/release/JAGFx/ets2-dashboard-skin?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases/latest)
[![GitHub Milestone](https://img.shields.io/github/milestones/progress/JAGFx/ets2-dashboard-skin/4?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/issues?q=is%3Aopen+is%3Aissue+milestone%3Av1.3)
[![GitHub Commit since](https://img.shields.io/github/commits-since/JAGFx/ets2-dashboard-skin/v1.2.4?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases)
[![GitHub Commit since](https://img.shields.io/github/commits-since/JAGFx/ets2-dashboard-skin/v1.3.0?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases)
[![GitHub Release Download](https://img.shields.io/github/downloads/JAGFx/ets2-dashboard-skin/total?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases/latest)
[![Github Licence](https://img.shields.io/github/license/JAGFx/ets2-dashboard-skin?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/blob/master/README.md)
[![GitHub Release Date](https://img.shields.io/github/release-date/JAGFx/ets2-dashboard-skin?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases/latest)
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name" : "ets2-dashboard-skin",
"version" : "1.2.4",
"private" : false,
"description" : "Euro Truck Simulator 2 dashboard",
"author" : {
"name" : "ets2-dashboard-skin",
"version" : "1.3.0",
"private" : false,
"description" : "Euro Truck Simulator 2 dashboard",
"author" : {
"name" : "Emmanuel SMITH",
"email" : "[email protected]",
"url" : "https://emmanuel-smith.me"
},
"scripts" : {
"scripts" : {
"lint" : "vue-cli-service lint",
"build" : "set NODE_ENV=production && npx gulp build",
"bundle" : "set NODE_ENV=production && npx gulp bundle",
Expand All @@ -17,16 +17,16 @@
"dashboard:dev" : "vue-cli-service serve",
"dashboard:build" : "vue-cli-service build",
"dashboard:start" : "http-server dist/",
"server:install": "cd server && npm i && npm rb",
"server:build": "cd server && set NODE_ENV=production && npx gulp",
"server:start": "cd server && npm run start",
"font:build": "npx gulp build:font"
"server:install" : "cd server && npm i && npm rb",
"server:build" : "cd server && set NODE_ENV=production && npx gulp",
"server:start" : "cd server && npm run start",
"font:build" : "npx gulp build:font"
},
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"animate.css": "^3.7.2",
"axios": "^0.19.2",
"main" : "index.js",
"dependencies" : {
"@fortawesome/fontawesome-free" : "^5.13.0",
"animate.css" : "^3.7.2",
"axios" : "^0.19.2",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"core-js": "^3.6.5",
Expand All @@ -47,24 +47,24 @@
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.1",
"@vue/cli-plugin-eslint": "^4.4.1",
"@vue/cli-service": "^4.4.1",
"babel-eslint": "^10.1.0",
"bourbon": "^7.0.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"fs-extra": "^9.0.0",
"gulp": "^4.0.2",
"gulp-gzip": "^1.4.2",
"gulp-load-plugins": "^2.0.3",
"gulp-run-command": "0.0.10",
"gulp-tar": "^3.1.0",
"icon-font-generator": "^2.1.10",
"node-sass": "^4.14.1",
"pkg": "^4.4.8",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.10"
"@vue/cli-plugin-babel" : "^4.4.1",
"@vue/cli-plugin-eslint" : "^4.4.1",
"@vue/cli-service" : "^4.4.1",
"babel-eslint" : "^10.1.0",
"bourbon" : "^7.0.0",
"eslint" : "^6.7.2",
"eslint-plugin-vue" : "^6.2.2",
"fs-extra" : "^9.0.1",
"gulp" : "^4.0.2",
"gulp-gzip" : "^1.4.2",
"gulp-load-plugins" : "^2.0.3",
"gulp-run-command" : "0.0.10",
"gulp-tar" : "^3.1.0",
"icon-font-generator" : "^2.1.10",
"node-sass" : "^4.14.1",
"pkg" : "^4.4.8",
"sass-loader" : "^8.0.2",
"vue-template-compiler" : "^2.6.10"
},
"bugs": {
"url": "https://github.com/JAGFx/ets2-dashboard-skin/issues"
Expand Down
Loading

0 comments on commit 3a79e85

Please sign in to comment.