Skip to content

Commit 4065c2a

Browse files
author
Grigorii Duca
committed
.
1 parent d18f8fd commit 4065c2a

File tree

4 files changed

+2
-30
lines changed

4 files changed

+2
-30
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
/dist
21
/node_modules
32
/npm-debug.log

.npmignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
/src
2-
3-
*.ts
4-
!*.d.ts
5-
61
/.idea

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"name": "@greg-md/ng-lazy-load",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Image Lazy loading for Angular2",
5-
"scripts": {
6-
"prepublish": "tsc",
7-
"tsc": "tsc"
8-
},
95
"repository": {
106
"type": "git",
117
"url": "https://github.com/greg-md/ng-lazy-load"
@@ -24,12 +20,10 @@
2420
"bugs": {
2521
"url": "https://github.com/greg-md/ng-lazy-load/issues"
2622
},
27-
"main": "./dist/index.js",
28-
"typings": "./dist/index.d.ts",
23+
"main": "./index.ts",
2924
"devDependencies": {
3025
"@angular/core": "^2.0.0",
3126
"rxjs": "5.0.0-beta.12",
32-
"typescript": "^2.0.10",
3327
"zone.js": "^0.6.21"
3428
}
3529
}

tsconfig.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)