--- a/cms/package.json Thu Oct 20 12:54:07 2016 +0530
+++ b/cms/package.json Thu Oct 20 12:56:24 2016 +0530
@@ -1,9 +1,10 @@
{
"name": "corpus-cms",
- "version": "0.0.1",
+ "version": "0.0.3",
"description": "drupal module to embed the Ember app \"app-client\"",
"scripts": {
- "build": "npm run build --prefix app-client/ && gulp copy-module"
+ "build": "npm run build --prefix app-client/ && gulp copy-module",
+ "set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0"
},
"author": "IRI",
"devDependencies": {