diff --git a/Tools/package.json b/Tools/package.json index aa2c99fca4..6cb555d56a 100644 --- a/Tools/package.json +++ b/Tools/package.json @@ -1,10 +1,14 @@ { "name": "tools", "version": "1.0.0", - "description": "", + "description": "Various tools for Joplin", "main": "index.js", - "author": "", - "license": "ISC", + "author": "Laurent Cozic", + "repository": { + "type": "git", + "url": "git+https://github.com/laurent22/joplin.git" + }, + "license": "MIT", "dependencies": { "app-module-path": "^2.2.0", "fs-extra": "^4.0.3", diff --git a/package.json b/package.json index ff06e7625e..8e86d7ce7f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "linter-ci": "./node_modules/.bin/eslint --ext .js --ext .jsx --ext .ts --ext .tsx", "watch": "gulp watch", "build": "gulp build", - "postinstall": "cd ReactNativeClient && npm i && cd .. && cd ElectronClient && npm i && cd .. && cd CliClient && npm i && cd .. && gulp build" + "postinstall": "cd Tools && npm i && cd .. && cd ReactNativeClient && npm i && cd .. && cd ElectronClient && npm i && cd .. && cd CliClient && npm i && cd .. && gulp build" }, "husky": { "hooks": {