diff --git a/package.json b/package.json index d7053964..fb451250 100644 --- a/package.json +++ b/package.json @@ -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": "hey@emmanuel-smith.me", - "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" : "hey@emmanuel-smith.me", + "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",