Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
d18dc73522 | |||
6bf81fc665 |
@ -22,5 +22,10 @@ Then use it in package.json's script section to trigger a build:
|
|||||||
by default npmts looks for an `./ts/index.ts` and a `./ts/test.ts` that will compile to
|
by default npmts looks for an `./ts/index.ts` and a `./ts/test.ts` that will compile to
|
||||||
`./index.js` and `./test.js`
|
`./index.js` and `./test.js`
|
||||||
|
|
||||||
## Dev Readme
|
### Custom behaviour
|
||||||
There is a dev [README-dev.md](README-dev.md) in the repo.
|
We are currently building support for custom behaviour with a super simple config file.
|
||||||
|
Check back soon.
|
||||||
|
|
||||||
|
## Readme for Devs
|
||||||
|
There is a [README-dev.md](README-dev.md) in the repo.
|
||||||
|
This is only of interest for you if are looking to improve or build upon this package.
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "write npm modules with TypeScript",
|
"description": "write npm modules with TypeScript",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Reference in New Issue
Block a user