nestjs-i18n
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "nestjs-i18n", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Toon van Strijp", |
@@ -46,3 +46,3 @@ ## Description | ||
import * as path from 'path'; | ||
import { I18nModule } from './modules/i18n/i18n.module'; | ||
import { I18nModule } from 'nestjs-i18n'; | ||
@@ -62,3 +62,3 @@ @Module({ | ||
import * as path from 'path'; | ||
import { I18nModule } from './modules/i18n/i18n.module'; | ||
import { I18nModule } from 'nestjs-i18n'; | ||
@@ -65,0 +65,0 @@ @Module({ |
11927