equal
deleted
inserted
replaced
1 { |
1 { |
2 "name": "corpus-cms", |
2 "name": "corpus-cms", |
3 "version": "0.0.18", |
3 "version": "0.0.19", |
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 }, |