Skip to content

Commit

Permalink
fix(npm): Support for Angular major versions (2.1.0, ...)
Browse files Browse the repository at this point in the history
Since Angular supports semver now, we can trust that it will work with all major version which don't have breaking changes anymore
  • Loading branch information
ocombe committed Oct 13, 2016
1 parent c68c703 commit 293132d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 725 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ npm-debug.log
*.map
*.d.ts
!make.js
!bundles/*.js
!examples/**/*.js
coverage
*.metadata.json
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ examples
.github
coverage
!*.metadata.json
!bundles/*.js

#################
## JetBrains
Expand Down
Loading

0 comments on commit 293132d

Please sign in to comment.