Make 3.0.0-alpha1 release
Signed-off-by:
Snorre Magnus Davøen <snorre.davoen@nsd.uib.no>
Showing
.npmignore
0 → 100644
{ | { | ||
"name": "log-schema-node", | "name": "@nsd/log-schema-node", | ||
"version": "1.0.0", | "version": "3.0.0-alpha.1", | ||
"main": "lib/index.js", | "main": "lib/index.js", | ||
"types": "lib/index", | "types": "lib/index", | ||
"scripts": { | "scripts": { | ||
... | @@ -20,5 +20,8 @@ | ... | @@ -20,5 +20,8 @@ |
"json-schema-to-typescript": "^4.2.0", | "json-schema-to-typescript": "^4.2.0", | ||
"tslint": "^5.2.0", | "tslint": "^5.2.0", | ||
"typescript": "^2.3.2" | "typescript": "^2.3.2" | ||
}, | |||
"publishConfig": { | |||
"registry": "https://nexus.nsd.no/repository/npm-hosted/" | |||
} | } | ||
} | } |
Please register or sign in to comment