Skip to content

Commit

Permalink
🔖 Releasing v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Jun 14, 2020
1 parent 798582c commit f64d2b9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"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"
"name" : "ets2-dashboard-skin",
"version" : "1.3.1",
"private" : false,
"description" : "Euro Truck Simulator 2 dashboard",
"author" : {
"name" : "Emmanuel SMITH",
"email" : "[email protected]",
"url" : "https://emmanuel-smith.me"
},
"scripts": {
"lint": "vue-cli-service lint",
"build": "set NODE_ENV=production && npx gulp build",
"scripts" : {
"lint" : "vue-cli-service lint",
"build" : "set NODE_ENV=production && npx gulp build",
"bundle": "set NODE_ENV=production && npx gulp bundle",
"bAndB": "npx gulp bAndB",
"start": "npm run server:start",
Expand Down

0 comments on commit f64d2b9

Please sign in to comment.