3 Commits

Author SHA1 Message Date
3098fbec89 1.0.12 2016-12-11 11:01:07 +01:00
1caa8a7c31 improve README 2016-12-11 11:00:58 +01:00
c689a3c349 update npmextra.json 2016-12-10 22:15:22 +01:00
3 changed files with 11 additions and 2 deletions

View File

@ -45,4 +45,6 @@ myPluginLazy.load().then(myPlugin => {
myPlugin receives the typings flow from LazyModule class
This DOES LOAD the module */
})
```
```
[![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks)

7
npmextra.json Normal file
View File

@ -0,0 +1,7 @@
{
"npmci": {
"globalNpmTools": [
"npmts"
]
}
}

View File

@ -1,6 +1,6 @@
{
"name": "smartsystem",
"version": "1.0.11",
"version": "1.0.12",
"description": "simplifies lazy loading with TypeScript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",