Skip to content

Commit 86d0515

Browse files
committed
Configuring for use as a library
1 parent 3b7cd0d commit 86d0515

15 files changed

+24
-69
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
node_modules
2+
build
23
dist
34
typings
45
.idea
6+
*.ngfactory.ts
7+
*.css.shim.ts
8+
.DS_Store

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
node_modules
2+
build
3+
dist
4+
typings
5+
.idea
6+
*.ngfactory.ts

ngfactory/components/hello-world.component.js

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

ngfactory/components/hello-world.component.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

ngfactory/components/hello-world.component.metadata.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

ngfactory/main.js

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

ngfactory/main.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

ngfactory/main.metadata.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

ngfactory/modules/main.module.js

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

ngfactory/modules/main.module.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)