Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
f16103a632 | |||
befed099c5 | |||
6c0fa380a9 |
11
CHANGELOG
11
CHANGELOG
@ -1,11 +0,0 @@
|
|||||||
Please view this file on the master branch, on stable branches it's out of date.
|
|
||||||
|
|
||||||
v 6.0.0 (released)
|
|
||||||
- remove TypeDoc, please look at npmpage
|
|
||||||
- check package.json
|
|
||||||
|
|
||||||
v 7.0.0
|
|
||||||
- switch from mocha to tap
|
|
||||||
- run tests in SubProcesses with coverage
|
|
||||||
- improve ES6 handling
|
|
||||||
- add smartanalytics
|
|
@ -9,7 +9,7 @@ and learn how to quickly write npm TypeScript modules
|
|||||||
|
|
||||||
To use npmts install it using npm or yarn:
|
To use npmts install it using npm or yarn:
|
||||||
|
|
||||||
```shell
|
```sh
|
||||||
npm install -g npmts # install with npm
|
npm install -g npmts # install with npm
|
||||||
yarn global add npmts # install with yarn
|
yarn global add npmts # install with yarn
|
||||||
```
|
```
|
||||||
@ -17,7 +17,7 @@ yarn global add npmts # install with yarn
|
|||||||
For the puspose of getting started quickly also install **gitzone**.
|
For the puspose of getting started quickly also install **gitzone**.
|
||||||
It'll proovide awesome scaffolding for new npmts npm modules and also updates them later on.
|
It'll proovide awesome scaffolding for new npmts npm modules and also updates them later on.
|
||||||
|
|
||||||
```shell
|
```sh
|
||||||
npm install -g gitzone # install with npm
|
npm install -g gitzone # install with npm
|
||||||
yarn global add gitzone # install with yarn
|
yarn global add gitzone # install with yarn
|
||||||
```
|
```
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "8.0.2",
|
"version": "8.0.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "8.0.2",
|
"version": "8.0.3",
|
||||||
"description": "best practice npm TypeScript modules",
|
"description": "best practice npm TypeScript modules",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Reference in New Issue
Block a user