Skip to content

Commit

Permalink
Merge pull request #102 from remojansen/master
Browse files Browse the repository at this point in the history
`2.0.0-alpha.3` 🚀 🎉
  • Loading branch information
remojansen committed Mar 11, 2016
2 parents 9a13447 + 375e306 commit 105d337
Show file tree
Hide file tree
Showing 51 changed files with 7,443 additions and 1,038 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ dist

src/*.js
src/**/*.js

src/*.d.ts
src/activation/*.d.ts
src/bindings/*.d.ts
src/constants/*.d.ts
src/kernel/*.d.ts
src/planning/*.d.ts
src/resolution/*.d.ts
src/syntax/*.d.ts

test/*.js
test/**/*.js
type_definitions/*.js
10 changes: 7 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
source
src
test
typings
bundled
build
coverage
documentation
docs
gulpfile.js
bower.json
karma.conf.js
tsconfig.json
CONTRIBUTING.md
tsd.json
ISSUE_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md
typings.json
tslint.json
wallaby.js
.travis.yml
.gitignore
.vscode
2 changes: 2 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] My change requires a change to the type definitions.
- [ ] I have updated the type definitions accordingly.
- [ ] I have read the **CONTRIBUTING** document.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
Loading

0 comments on commit 105d337

Please sign in to comment.