* switched to public npm-repo
* added mirror to github * added docs-job * modified image-job to public repo
This diff is collapsed.
... | ... | @@ -7,9 +7,6 @@ |
"bin": { | ||
"dacap": "./bin/dacap" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://services.ub.uni-leipzig.de/nexus/repository/npm-ubl/" | ||
}, | ||
"directories": { | ||
"test": "test" | ||
}, | ||
... | ... | @@ -23,7 +20,8 @@ |
"test-watch": "tsc-watch --sourceMap --onSuccess 'nyc mocha'", | ||
"ci": "nyc mocha --timeout=10000", | ||
"build": "rm -rf lib test public && npm install && tsc && webpack --config webpack.prod.js", | ||
"nyc": "nyc" | ||
"nyc": "nyc", | ||
"npm-check": "npm-check" | ||
}, | ||
"author": "Ulf Seltmann <ulf.seltmann@uni-leipzig.de>", | ||
"license": "GPL-2.0", | ||
... | ... | @@ -45,6 +43,7 @@ |
"express-basic-auth": "^1.1.4", | ||
"js-object-pretty-print": "^0.3.0", | ||
"node-cache": "^4.1.5", | ||
"npm-check": "^5.7.0", | ||
"q": "^1.5.0", | ||
"request": "^2.81.0", | ||
"rxjs": "^5.5.6", | ||
... | ... | @@ -59,7 +58,6 @@ |
"@types/mocha": "^2.2.48", | ||
"@types/nock": "^8.2.1", | ||
"@types/node": "^8.9.4", | ||
"@types/node-cache": "^4.1.0", | ||
"@types/request": "^2.47.0", | ||
"@types/rimraf": "^2.0.2", | ||
"@types/should": "^11.2.0", | ||
... | ... |
Please register or sign in to comment