Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c91ff6ef4a | |||
2c88c889bf |
14
README.md
14
README.md
@ -5,7 +5,7 @@ Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.
|
||||
[](https://www.npmjs.com/package/npmts)
|
||||
[](https://gitlab.com/pushrocks/npmts)
|
||||
[](https://github.com/pushrocks/npmts)
|
||||
[](https://pushrocks.gitlab.io/npmts/gitbook)
|
||||
[](https://pushrocks.gitlab.io/npmts/)
|
||||
|
||||
## Status for master
|
||||
[](https://gitlab.com/pushrocks/npmts/commits/master)
|
||||
@ -32,11 +32,11 @@ This works on your machine and in CI. There is a prebuild docker image available
|
||||
[hosttoday/ht-docker-node:npmts on Dockerhub](https://hub.docker.com/r/hosttoday/ht-docker-node/)
|
||||
|
||||
For further information read the docs:
|
||||
1. [Intro](https://pushrocks.gitlab.io/npmts/gitbook/index.md)
|
||||
2. [Install](https://pushrocks.gitlab.io/npmts/gitbook/install.md)
|
||||
3. [Default Behaviour](https://pushrocks.gitlab.io/npmts/gitbook/default.md)
|
||||
4. [Configuration](https://pushrocks.gitlab.io/npmts/gitbook/config.md)
|
||||
5. [Examples](https://pushrocks.gitlab.io/npmts/gitbook/examples.md)
|
||||
6. [Info](https://pushrocks.gitlab.io/npmts/gitbook/info.md)
|
||||
1. [Intro](https://pushrocks.gitlab.io/npmts/gitbook/index.html)
|
||||
2. [Install](https://pushrocks.gitlab.io/npmts/gitbook/install.html)
|
||||
3. [Default Behaviour](https://pushrocks.gitlab.io/npmts/gitbook/default.html)
|
||||
4. [Configuration](https://pushrocks.gitlab.io/npmts/gitbook/config.html)
|
||||
5. [Examples](https://pushrocks.gitlab.io/npmts/gitbook/examples.html)
|
||||
6. [Info](https://pushrocks.gitlab.io/npmts/gitbook/info.html)
|
||||
|
||||
[](https://push.rocks)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "npmts",
|
||||
"version": "5.4.39",
|
||||
"version": "5.4.40",
|
||||
"description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
Reference in New Issue
Block a user