Skip to content

Commit

Permalink
Reduce duplication in types
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Mar 22, 2021
1 parent 93e5f3a commit 519ddfe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea/*
docs/*
src/*

tsconfig.json
typedoc.json
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@tamtamchik/apple-iap-tools",
"version": "1.0.1",
"version": "1.0.2",
"description": "Types and verifyReceipt function for Apple in-app purchases and server notifications.",
"main": "dist/index.js",
"type": "module",
"module": "dist/index.js",
"types": "src/index.ts",
"types": "dist/index.d.ts",
"author": "Yuri Tkachenko <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/tamtamchik/apple-iap-tools#readme",
Expand Down

0 comments on commit 519ddfe

Please sign in to comment.