Skip to content

Commit

Permalink
Merge 67e92b0 into 5bd4b74
Browse files Browse the repository at this point in the history
  • Loading branch information
panjiesw committed Jan 16, 2019
2 parents 5bd4b74 + 67e92b0 commit 035b75a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Expand Up @@ -13,4 +13,5 @@ karma.conf.js
sample.html
.codeclimate.yml
.coveralls.yml
.travis.yml
.travis.yml
tsconfig.json
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -11,5 +11,5 @@
"baseUrl": ".",
"paths": { "i18next": ["./index.d.ts"] }
},
"include": ["./indext.d.ts", "./test/**/*.ts*"]
"include": ["./index.d.ts", "./test/**/*.ts*"]
}

0 comments on commit 035b75a

Please sign in to comment.