Skip to content

Commit

Permalink
fix: remove typing path to non-existant directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie authored and yknl committed Dec 2, 2020
1 parent b8b769b commit 55157cc
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions packages/keychain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@
"Blockstack",
"Keychain"
],
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.esm.js",
"umd:main": "dist/keychain.umd.production.js",
"unpkg": "dist/keychain.cjs.production.min.js",
"gitHead": "77b4d6d531b74996e4b7a0cbd1cf5b8358a690ce",
"author": "Hank Stoever",
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"homepage": "https://blockstack.org",
"contributors": [
{
Expand All @@ -30,6 +36,9 @@
"type": "git",
"url": "git+https://github.com/blockstack/blockstack.js.git"
},
"bugs": {
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"scripts": {
"lint": "yarn lint:eslint && yarn lint:prettier",
"lint:eslint": "eslint \"src/**/*.{ts,tsx}\" -f unix",
Expand Down Expand Up @@ -81,15 +90,5 @@
"prettier": "^2.0.5",
"triplesec": "^3.0.27",
"zone-file": "^1.0.0"
},
"bugs": {
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/keychain/src/index.d.ts",
"umd:main": "dist/keychain.umd.production.js",
"unpkg": "dist/keychain.cjs.production.min.js",
"gitHead": "77b4d6d531b74996e4b7a0cbd1cf5b8358a690ce"
}
}

0 comments on commit 55157cc

Please sign in to comment.