cms/package.json
changeset 443 a4e274414c3c
parent 435 c53b87b00ea3
child 451 1a11d01ece78
equal deleted inserted replaced
442:58ce952af5b0 443:a4e274414c3c
     1 {
     1 {
     2   "name": "corpus-cms",
     2   "name": "corpus-cms",
     3   "version": "0.0.13",
     3   "version": "0.0.12",
     4   "description": "drupal module to embed the Ember app \"app-client\"",
     4   "description": "drupal module to embed the Ember app \"app-client\"",
     5   "scripts": {
     5   "scripts": {
     6     "build": "npm run build --prefix app-client/ && gulp copy-module",
     6     "build": "npm run build --prefix app-client/ && gulp copy-module",
     7     "set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0"
     7     "set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0"
     8   },
     8   },