Skip to content

Commit

Permalink
🔖 Releasing v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed May 2, 2020
1 parent 8202785 commit 012690d
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.1.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.2.0",
"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": "npx gulp build",
"scripts" : {
"lint" : "vue-cli-service lint",
"build" : "npx gulp build",
"bundle": "npx gulp bundle",
"bAndB": "npx gulp bAndB",
"start": "npm run server:start",
Expand Down

0 comments on commit 012690d

Please sign in to comment.