Skip to content

Commit 3a79e85

Browse files
committed
🔖 Releasing v1.3.0
1 parent ca62670 commit 3a79e85

File tree

5 files changed

+544
-488
lines changed

5 files changed

+544
-488
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CodeFactor](https://www.codefactor.io/repository/github/jagfx/ets2-dashboard-skin/badge)](https://www.codefactor.io/repository/github/jagfx/ets2-dashboard-skin/overview)
44
[![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)
55
[![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)
6-
[![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)
6+
[![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)
77
[![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)
88
[![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)
99
[![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)

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name" : "ets2-dashboard-skin",
3-
"version" : "1.2.4",
4-
"private" : false,
5-
"description" : "Euro Truck Simulator 2 dashboard",
6-
"author" : {
2+
"name" : "ets2-dashboard-skin",
3+
"version" : "1.3.0",
4+
"private" : false,
5+
"description" : "Euro Truck Simulator 2 dashboard",
6+
"author" : {
77
"name" : "Emmanuel SMITH",
88
"email" : "hey@emmanuel-smith.me",
99
"url" : "https://emmanuel-smith.me"
1010
},
11-
"scripts" : {
11+
"scripts" : {
1212
"lint" : "vue-cli-service lint",
1313
"build" : "set NODE_ENV=production && npx gulp build",
1414
"bundle" : "set NODE_ENV=production && npx gulp bundle",
@@ -17,16 +17,16 @@
1717
"dashboard:dev" : "vue-cli-service serve",
1818
"dashboard:build" : "vue-cli-service build",
1919
"dashboard:start" : "http-server dist/",
20-
"server:install": "cd server && npm i && npm rb",
21-
"server:build": "cd server && set NODE_ENV=production && npx gulp",
22-
"server:start": "cd server && npm run start",
23-
"font:build": "npx gulp build:font"
20+
"server:install" : "cd server && npm i && npm rb",
21+
"server:build" : "cd server && set NODE_ENV=production && npx gulp",
22+
"server:start" : "cd server && npm run start",
23+
"font:build" : "npx gulp build:font"
2424
},
25-
"main": "index.js",
26-
"dependencies": {
27-
"@fortawesome/fontawesome-free": "^5.13.0",
28-
"animate.css": "^3.7.2",
29-
"axios": "^0.19.2",
25+
"main" : "index.js",
26+
"dependencies" : {
27+
"@fortawesome/fontawesome-free" : "^5.13.0",
28+
"animate.css" : "^3.7.2",
29+
"axios" : "^0.19.2",
3030
"bootstrap": "^4.5.0",
3131
"bootstrap-vue": "^2.15.0",
3232
"core-js": "^3.6.5",
@@ -47,24 +47,24 @@
4747
"vuex": "^3.4.0"
4848
},
4949
"devDependencies": {
50-
"@vue/cli-plugin-babel": "^4.4.1",
51-
"@vue/cli-plugin-eslint": "^4.4.1",
52-
"@vue/cli-service": "^4.4.1",
53-
"babel-eslint": "^10.1.0",
54-
"bourbon": "^7.0.0",
55-
"eslint": "^6.7.2",
56-
"eslint-plugin-vue": "^6.2.2",
57-
"fs-extra": "^9.0.0",
58-
"gulp": "^4.0.2",
59-
"gulp-gzip": "^1.4.2",
60-
"gulp-load-plugins": "^2.0.3",
61-
"gulp-run-command": "0.0.10",
62-
"gulp-tar": "^3.1.0",
63-
"icon-font-generator": "^2.1.10",
64-
"node-sass": "^4.14.1",
65-
"pkg": "^4.4.8",
66-
"sass-loader": "^8.0.2",
67-
"vue-template-compiler": "^2.6.10"
50+
"@vue/cli-plugin-babel" : "^4.4.1",
51+
"@vue/cli-plugin-eslint" : "^4.4.1",
52+
"@vue/cli-service" : "^4.4.1",
53+
"babel-eslint" : "^10.1.0",
54+
"bourbon" : "^7.0.0",
55+
"eslint" : "^6.7.2",
56+
"eslint-plugin-vue" : "^6.2.2",
57+
"fs-extra" : "^9.0.1",
58+
"gulp" : "^4.0.2",
59+
"gulp-gzip" : "^1.4.2",
60+
"gulp-load-plugins" : "^2.0.3",
61+
"gulp-run-command" : "0.0.10",
62+
"gulp-tar" : "^3.1.0",
63+
"icon-font-generator" : "^2.1.10",
64+
"node-sass" : "^4.14.1",
65+
"pkg" : "^4.4.8",
66+
"sass-loader" : "^8.0.2",
67+
"vue-template-compiler" : "^2.6.10"
6868
},
6969
"bugs": {
7070
"url": "https://github.com/JAGFx/ets2-dashboard-skin/issues"

0 commit comments

Comments
 (0)