cms/package.json
changeset 388 202b6f209b9a
parent 381 499e5dabe2d9
child 395 b7d79db348e7
equal deleted inserted replaced
387:7fba86fa8604 388:202b6f209b9a
     1 {
     1 {
     2   "name": "corpus-cms",
     2   "name": "corpus-cms",
     3   "version": "0.0.4",
     3   "version": "0.0.5",
     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   },