cms/package.json
changeset 374 c622fa18eb32
parent 366 228ec0935f97
child 381 499e5dabe2d9
--- 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": {