bugfix: only pack dist files
{ | ||
"name": "value-converters", | ||
"version": "1.0.0-2", | ||
"version": "1.0.0", | ||
"description": "extended filtering function, sorting, localization, dissolving urls and reusable validators", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "jest", | ||
"lint": "eslint .", | ||
"build": "tsc", | ||
"postinstall": "npm run build" | ||
"prepare": "npm run build" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.cc-asp.fraunhofer.de/knecht/value-converters.git" | ||
... | ... |
Please register or sign in to comment