Skip to content

Commit

Permalink
prepared npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabueeee committed Apr 28, 2018
1 parent 5b29437 commit 22efcaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ test/**/*.ts
build/test/**/*.js
test/**/fakes/
tsconfig.json
tsconfig-lint.json
tslint.json
typings.json
build/**/*.js.map
custom-typings/
.travis.yml
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"eofline": true,
"import-spacing": true,
"indent": [true, "spaces"],
"linebreak-style": true,
"linebreak-style": false,
"newline-before-return": true,
"no-consecutive-blank-lines": true,
"no-empty-line-after-opening-brace": false,
Expand Down

0 comments on commit 22efcaf

Please sign in to comment.