cms/package.json
changeset 541 e756a8c72c3d
parent 538 0454014a4bb6
child 544 ad58d7627f70
equal deleted inserted replaced
540:07239de796bb 541:e756a8c72c3d
     1 {
     1 {
     2   "name": "corpus-cms",
     2   "name": "corpus-cms",
     3   "version": "0.0.20",
     3   "version": "0.0.21",
     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   },