Skip to content
Snippets Groups Projects
Commit 4df3e61b authored by Christian Knecht's avatar Christian Knecht
Browse files

bugfix: fix running build script on postinstall

parent 54d0bb10
No related branches found
No related tags found
No related merge requests found
{
"name": "value-converters",
"version": "1.0.0",
"version": "1.0.0-2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.0",
"version": "1.0.0-2",
"license": "BSD-3-Clause-Clear",
"dependencies": {
"lodash": "^4.17.21",
......
{
"name": "value-converters",
"version": "1.0.0-1",
"version": "1.0.0-2",
"description": "extended filtering function, sorting, localization, dissolving urls and reusable validators",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"type-check": "tsc",
"prepack": "tsc"
"build": "tsc",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment