Skip to content

Commit

Permalink
try to fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuzuld committed Apr 2, 2017
1 parent d63203c commit 638fb68
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
4 changes: 4 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export * from './gridster.component';
export * from './gridsterItem.component';
export * from './gridsterConfig.interface';
export * from './gridster.module';
9 changes: 9 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./gridster.component"},{"from":"./gridsterItem.component"},{"from":"./gridsterConfig.interface"},{"from":"./gridster.module"}]},{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./gridster.component"},{"from":"./gridsterItem.component"},{"from":"./gridsterConfig.interface"},{"from":"./gridster.module"}]}]
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "angular-gridster2",
"version": "2.4.1",
"version": "2.4.2",
"license": "MIT",
"main": "dist/gridster.module.js",
"jsnext:main": "dist/gridster.module.js",
"module": "dist/gridster.module.js",
"types": "dist/gridster.module.d.ts",
"typings": "dist/gridster.module.d.ts",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]
},
"files": [
"./lib/gridster.module.ts"
"./lib/index.ts"
],
"angularCompilerOptions": {
"skipTemplateCodegen": true
Expand Down

0 comments on commit 638fb68

Please sign in to comment.