Updates to ng2-alfresco-search package.json

- Republished and bumped version

Refs #69
This commit is contained in:
Will Abson
2016-05-19 18:05:45 +01:00
parent 26cc9b6a89
commit 697fb788dc
2 changed files with 13 additions and 6 deletions

View File

@@ -26,6 +26,10 @@
{ {
"name": "Mario Romano", "name": "Mario Romano",
"email": "mario.romano83@gmail.com" "email": "mario.romano83@gmail.com"
},
{
"name": "Will Abson",
"email": "will.abson@alfresco.com"
} }
], ],
"keywords": [ "keywords": [
@@ -47,7 +51,7 @@
"ng2-alfresco-datatable": "^0.1.0", "ng2-alfresco-datatable": "^0.1.0",
"ng2-alfresco-documentlist": "^0.1.0", "ng2-alfresco-documentlist": "^0.1.0",
"ng2-alfresco-login": "^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-alfresco-upload": "^0.1.0",
"ng2-translate": "^1.11.2", "ng2-translate": "^1.11.2",
"reflect-metadata": "0.1.2", "reflect-metadata": "0.1.2",

View File

@@ -1,15 +1,14 @@
{ {
"name": "ng2-alfresco-search", "name": "ng2-alfresco-search",
"description": "Alfresco Angular2 Search Component", "description": "Alfresco Angular2 Search Component",
"version": "0.1.0", "version": "0.1.1",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"scripts": { "scripts": {
"postinstall": "typings install && npm link ../ng2-alfresco-core && npm run build", "postinstall": "typings install && npm link ../ng2-alfresco-core && npm run build",
"typings": "typings install", "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", "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": "npm run tslint-src && npm run tslint-root",
"tslint-test": "tslint -c tslint.json test/**/*.ts",
"tslint-src": "tslint -c tslint.json src/**/*.ts", "tslint-src": "tslint -c tslint.json src/**/*.ts",
"tslint-root": "tslint -c tslint.json *.ts", "tslint-root": "tslint -c tslint.json *.ts",
"copytemplates": "npm run copy-html && npm run copy-css", "copytemplates": "npm run copy-html && npm run copy-css",
@@ -20,7 +19,8 @@
"pretest": "npm run build", "pretest": "npm run build",
"test": "karma start karma.conf.js", "test": "karma start karma.conf.js",
"posttest": "node_modules/.bin/remap-istanbul -i coverage/coverage-final.json -o coverage -t html", "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": { "repository": {
"type": "git", "type": "git",
@@ -85,5 +85,8 @@
"blocking": false, "blocking": false,
"logInfo": false, "logInfo": false,
"logError": true "logError": true
},
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
} }
} }