2 Commits

Author SHA1 Message Date
a8a0778708 1.0.11 2016-12-10 22:12:38 +01:00
82ebb181a0 update README 2016-12-10 22:12:24 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ We recommend the use of TypeScript for best Intellisense
smartsystem supports both npm and SystemJs as module loader.
```typescript
```javascript
import { LazyModule } from 'smartsystem'
import * as _myPlugin from 'myPlugin' // plugin does not get loaded here at runtime

View File

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