Skip to content

Commit

Permalink
ensure typings are published and in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Dec 23, 2017
1 parent 90c32ac commit 7a47f72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# No need to publish typescript source files
*.ts
tsconfig.json

# These are ignored by Git, but we DO want to publish them to npm
!*.js
!*.js.map
!*.d.ts

# No need to publish typescript source files
*.ts
tsconfig.json

# Tests, examples, etc. should be ignored too
__test__
dist
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@evanshortiss/bittrex.js",
"version": "0.1.4",
"version": "0.1.5",
"description": "No nonsense Bittrex API wrapper for Node.js and Browsers, written in TypeScript",
"main": "bittrex.js",
"typings": "bittrex.d.ts",
"scripts": {
"tsc": "tsc",
"test": "tsc && jest",
Expand Down

0 comments on commit 7a47f72

Please sign in to comment.