cms/package.json
changeset 494 9a7fea1642cc
parent 481 002a05cd849f
child 509 fcc59d0ac8aa
equal deleted inserted replaced
493:30eb8d81dc27 494:9a7fea1642cc
     1 {
     1 {
     2   "name": "corpus-cms",
     2   "name": "corpus-cms",
     3   "version": "0.0.14",
     3   "version": "0.0.15",
     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   },