From 697fb788dc5b83256a539786999ce9c8e05b9b2e Mon Sep 17 00:00:00 2001 From: Will Abson Date: Thu, 19 May 2016 18:05:45 +0100 Subject: [PATCH] Updates to ng2-alfresco-search package.json - Republished and bumped version Refs #69 --- demo-shell-ng2/package.json | 6 +++++- ng2-components/ng2-alfresco-search/package.json | 13 ++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/demo-shell-ng2/package.json b/demo-shell-ng2/package.json index f564aa3e4c..683cbecd32 100644 --- a/demo-shell-ng2/package.json +++ b/demo-shell-ng2/package.json @@ -26,6 +26,10 @@ { "name": "Mario Romano", "email": "mario.romano83@gmail.com" + }, + { + "name": "Will Abson", + "email": "will.abson@alfresco.com" } ], "keywords": [ @@ -47,7 +51,7 @@ "ng2-alfresco-datatable": "^0.1.0", "ng2-alfresco-documentlist": "^0.1.0", "ng2-alfresco-login": "^0.1.0", - "ng2-alfresco-search": "^0.1.0", + "ng2-alfresco-search": "^0.1.1", "ng2-alfresco-upload": "^0.1.0", "ng2-translate": "^1.11.2", "reflect-metadata": "0.1.2", diff --git a/ng2-components/ng2-alfresco-search/package.json b/ng2-components/ng2-alfresco-search/package.json index 64d1df8ee2..23eccf7ab6 100644 --- a/ng2-components/ng2-alfresco-search/package.json +++ b/ng2-components/ng2-alfresco-search/package.json @@ -1,15 +1,14 @@ { "name": "ng2-alfresco-search", "description": "Alfresco Angular2 Search Component", - "version": "0.1.0", + "version": "0.1.1", "author": "Alfresco Software, Ltd.", "scripts": { "postinstall": "typings install && npm link ../ng2-alfresco-core && npm run build", "typings": "typings install", - "start": "npm run test && http-server -c-1 -o -p 8875 .", + "start": "http-server -c-1 -o -p 8875 .", "build": "npm run tslint && typings install && rm -rf dist && tsc && npm run copytemplates && license-check", - "tslint": "npm run tslint-test && npm run tslint-src && npm run tslint-root", - "tslint-test": "tslint -c tslint.json test/**/*.ts", + "tslint": "npm run tslint-src && npm run tslint-root", "tslint-src": "tslint -c tslint.json src/**/*.ts", "tslint-root": "tslint -c tslint.json *.ts", "copytemplates": "npm run copy-html && npm run copy-css", @@ -20,7 +19,8 @@ "pretest": "npm run build", "test": "karma start karma.conf.js", "posttest": "node_modules/.bin/remap-istanbul -i coverage/coverage-final.json -o coverage -t html", - "coverage": "http-server -c-1 -o -p 9875 ./coverage" + "coverage": "http-server -c-1 -o -p 9875 ./coverage", + "prepublish": "npm run build" }, "repository": { "type": "git", @@ -85,5 +85,8 @@ "blocking": false, "logInfo": false, "logError": true + }, + "publishConfig": { + "registry": "http://52.16.120.219:4873/" } }