update compatibility for npmpage

This commit is contained in:
2016-09-14 16:18:19 +02:00
parent 3e5ab24b90
commit 30c2db9ed1
8 changed files with 0 additions and 0 deletions

View File

@@ -1,18 +0,0 @@
# Install npmts
First install npmts globally, then install the npmts-g locally.
> **npmts-g* checks if the global version of npmts suffices the modules requirements.
If not it installs npmts locally in the right version during npm install.
```sh
npm install npmts -g # installs npmts globally
npm install npmts-g --save-dev # installs npmts-g checking tool as devDependency
```
Then add it to your package.json's script section to trigger a build:
```json
"scripts": {
"test": "(npmts)"
}
```