Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
a4927f9c17 | |||
264c3d95fd | |||
fd06aa04f4 | |||
a576872471 |
@ -1,7 +1,13 @@
|
|||||||
# npmts
|
# npmts
|
||||||
Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.
|
Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.
|
||||||
|
|
||||||
## Status
|
## Availabililty
|
||||||
|
[](https://www.npmjs.com/package/npmts)
|
||||||
|
[](https://gitlab.com/pushrocks/npmts)
|
||||||
|
[](https://github.com/pushrocks/npmts)
|
||||||
|
[](https://pushrocks.gitlab.io/npmts/docs)
|
||||||
|
|
||||||
|
## Status for master
|
||||||
[](https://gitlab.com/pushrocks/npmts/commits/master)
|
[](https://gitlab.com/pushrocks/npmts/commits/master)
|
||||||
[](https://gitlab.com/pushrocks/npmts/commits/master)
|
[](https://gitlab.com/pushrocks/npmts/commits/master)
|
||||||
[](https://david-dm.org/pushrocks/npmts)
|
[](https://david-dm.org/pushrocks/npmts)
|
||||||
|
@ -3,17 +3,13 @@
|
|||||||
"readme": "index.md"
|
"readme": "index.md"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"disqus",
|
|
||||||
"tonic",
|
"tonic",
|
||||||
"edit-link"
|
"edit-link"
|
||||||
],
|
],
|
||||||
"pluginsConfig": {
|
"pluginsConfig": {
|
||||||
"edit-link": {
|
"edit-link": {
|
||||||
"base": "https://gitlab.com/pushrocks/npmts/edit/master/",
|
"base": "https://gitlab.com/pushrocks/npmts/edit/master/docs/",
|
||||||
"label": "Edit on GitLab"
|
"label": "Edit on GitLab"
|
||||||
},
|
|
||||||
"disqus": {
|
|
||||||
"shortName": "mojoio-docs"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,7 +1,13 @@
|
|||||||
# npmts
|
# npmts
|
||||||
Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.
|
Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.
|
||||||
|
|
||||||
## Status
|
## Availabililty
|
||||||
|
[](https://www.npmjs.com/package/npmts)
|
||||||
|
[](https://gitlab.com/pushrocks/npmts)
|
||||||
|
[](https://github.com/pushrocks/npmts)
|
||||||
|
[](https://pushrocks.gitlab.io/npmts/docs)
|
||||||
|
|
||||||
|
## Status for master
|
||||||
[](https://gitlab.com/pushrocks/npmts/commits/master)
|
[](https://gitlab.com/pushrocks/npmts/commits/master)
|
||||||
[](https://gitlab.com/pushrocks/npmts/commits/master)
|
[](https://gitlab.com/pushrocks/npmts/commits/master)
|
||||||
[](https://david-dm.org/pushrocks/npmts)
|
[](https://david-dm.org/pushrocks/npmts)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "5.4.18",
|
"version": "5.4.19",
|
||||||
"description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.",
|
"description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Reference in New Issue
Block a user