clientjs/package.json
author ymh <ymh.work@gmail.com>
Tue, 08 Sep 2020 15:29:52 +0200
changeset 19 096cc00b4304
parent 17 c2c97df0a642
child 20 4e0e0d5a2434
permissions -rw-r--r--
Correction to allow a successfull deployment at this time

{
  "name": "annotation-dashboard-clientjs",
  "version": "0.2.1",
  "private": true,
  "scripts": {
    "set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0"
  },
  "devDependencies": {
    "babel-eslint": "^9.0.0",
    "eslint": "^5.4.0",
    "eslint-plugin-react": "^7.11.1",
    "lerna": "^3.2.1"
  }
}