jvalue / jayvee

Jayvee is a domain-specific language and runtime for automated processing of data pipelines
https://jvalue.github.io/jayvee/
150 stars 15 forks source link

Fix README output #610

Closed joluj closed 4 months ago

joluj commented 4 months ago

The README.mds were in the wrong directory in the build output. This PR fixes which also makes the NPM page proper again (https://www.npmjs.com/package/@jvalue/jayvee-interpreter-lib).

Before:

interpreter-lib/
├── libs
│   └── interpreter-lib
│       └── README.md
├── main.js
├── package.json
└── package-lock.json

With these changes:

interpreter-lib/
├── main.js
├── package.json
├── package-lock.json
└── README.md