Skip to content

Commit

Permalink
Fixing exports and updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cdibbs committed Apr 22, 2017
1 parent ee851d7 commit bc51fba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-mapper",
"version": "1.4.3",
"version": "1.4.4",
"description": "Angular 2+ library.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.2",
"@angular/compiler-cli": "^4.0.0",
"@angular/compiler": "^4.0.3",
"@angular/compiler-cli": "^4.0.3",
"@angular/core": "^4.0.2",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
Expand Down
11 changes: 4 additions & 7 deletions public_api.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
export {
IConfig,
SimpleMapperModule,
MapperLoggerToken, ILogService,
mappable, decoratorInput, getMappableProperties,
MapperServiceToken, IMapperService, MapperService } from './src/index';

export { SimpleMapperModule } from './src/modules/simple-mapper.module';
export { MapperService, MapperServiceToken } from './src/services/mapper.service';
export { MapperLoggerToken, IMapperService, ILogService, IConfig } from './src/services/i';
export { getMappableProperties, mappable, decoratorInput } from './src/decorators/mappable.decorator';
4 changes: 0 additions & 4 deletions src/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"target": "es2015",
"skipLibCheck": true,
"lib": [
"es6",
"es2015",
"dom"
]
},
Expand Down

0 comments on commit bc51fba

Please sign in to comment.