Compare commits

...

3 Commits

Author SHA1 Message Date
f16103a632 8.0.3 2017-07-31 14:43:56 +02:00
befed099c5 update highlighting 2017-07-31 14:43:50 +02:00
6c0fa380a9 remove old Changelog 2017-07-31 14:39:46 +02:00
4 changed files with 4 additions and 15 deletions

View File

@ -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

View File

@ -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
View File

@ -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": {

View File

@ -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": {