Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
fixes issues with invalid decleration file
Browse files Browse the repository at this point in the history
  • Loading branch information
orspetol committed Apr 20, 2019
1 parent b7df6c7 commit 9d9acad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -3,3 +3,4 @@ tsconfig.json
tslint.json
.prettierrc
jestconfig.json
jest.config.js
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pack-unpack",
"version": "1.0.1",
"version": "1.1.2",
"description": "Pure typescript implementation of Indy Pack and Unpack",
"author": "Daniel Bluhm <daniel.bluhm@sovrin.org>",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -4,6 +4,7 @@
"target": "es5",
"module": "commonjs",
"outDir": "./lib",
"declaration": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"importHelpers": true,
Expand Down

0 comments on commit 9d9acad

Please sign in to comment.