Skip to content

Commit

Permalink
Include .npmignore to fix publishing (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Feb 24, 2020
1 parent 3bbb42f commit aeabc9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
*.tsbuildinfo
tsconfig.json
src
test
jest.config.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-wallet-migration",
"version": "0.0.1",
"version": "0.0.2",
"description": "Migration from Hyperledger Fabric 1.4 to 2.0 wallets",
"main": "index.js",
"types": "index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"incremental": true,
"target": "es2017",
"module": "commonjs",
"declaration": true,
Expand Down

0 comments on commit aeabc9f

Please sign in to comment.