Skip to content

Commit 293132d

Browse files
committed
fix(npm): Support for Angular major versions (2.1.0, ...)
Since Angular supports semver now, we can trust that it will work with all major version which don't have breaking changes anymore
1 parent c68c703 commit 293132d

File tree

4 files changed

+15
-725
lines changed

4 files changed

+15
-725
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ npm-debug.log
1313
*.map
1414
*.d.ts
1515
!make.js
16-
!bundles/*.js
1716
!examples/**/*.js
1817
coverage
1918
*.metadata.json

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ examples
1414
.github
1515
coverage
1616
!*.metadata.json
17+
!bundles/*.js
1718

1819
#################
1920
## JetBrains

0 commit comments

Comments
 (0)